Class TxTransactionalMethodInterceptor

java.lang.Object
org.mybatis.guice.transactional.TxTransactionalMethodInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class TxTransactionalMethodInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
Method interceptor for Transactional annotation.
  • Constructor Details

    • TxTransactionalMethodInterceptor

      public TxTransactionalMethodInterceptor()
  • Method Details

    • invoke

      public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
      Specified by:
      invoke in interface org.aopalliance.intercept.MethodInterceptor
      Throws:
      Throwable