public class TransactionalInterceptor
extends java.lang.Object
implements org.aopalliance.intercept.MethodInterceptor
TransactionTemplate around method call.
Transaction config could be obtained from annotation, if it supports it.| Constructor and Description |
|---|
TransactionalInterceptor(java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> txAnnotations) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |