| Package | Description | 
|---|---|
| org.springframework.transaction.interceptor | AOP-based solution for declarative transaction demarcation. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Object | TransactionAspectSupport. invokeWithinTransaction(Method method,
                       Class<?> targetClass,
                       TransactionAspectSupport.InvocationCallback invocation)General delegate for around-advice-based subclasses, delegating to several other template
 methods on this class. |