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