Package ru.vyarus.guicey.jdbi.tx.aop
Class TransactionalInterceptor
- java.lang.Object
-
- ru.vyarus.guicey.jdbi.tx.aop.TransactionalInterceptor
-
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
public class TransactionalInterceptor extends java.lang.Object implements org.aopalliance.intercept.MethodInterceptorIntercept transaction annotations usage and appliesTransactionTemplatearound method call.- Since:
- 4.12.2016
-
-
Constructor Summary
Constructors Constructor Description TransactionalInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectinvoke(org.aopalliance.intercept.MethodInvocation invocation)
-