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