- All Implemented Interfaces:
- Serializable
@Priority(value=200)
@Interceptor
public class TransactionalInterceptorMandatory
extends TransactionalInterceptorBase
Transactional annotation Interceptor class for Mandatory transaction type, ie
javax.transaction.Transactional.TxType.MANDATORY If called outside a transaction context,
TransactionRequiredException will be thrown If called inside a transaction context, managed bean
method execution will then continue under that context.
- Author:
- Paul Parkinson
- See Also:
- Serialized Form