Class TransactionalInterceptorSupports

  • All Implemented Interfaces:
    Serializable

    @Priority(200)
    @Interceptor
    public class TransactionalInterceptorSupports
    extends TransactionalInterceptorBase
    Transactional annotation Interceptor class for Supports transaction type, ie jakarta.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
    • Constructor Detail

      • TransactionalInterceptorSupports

        public TransactionalInterceptorSupports()
    • Method Detail

      • transactional

        public Object transactional​(jakarta.interceptor.InvocationContext ctx)
                             throws Exception
        Throws:
        Exception