Uses of Interface
org.springframework.transaction.interceptor.TransactionAspectSupport.InvocationCallback
Packages that use TransactionAspectSupport.InvocationCallback
Package
Description
AOP-based solution for declarative transaction demarcation.
- 
Uses of TransactionAspectSupport.InvocationCallback in org.springframework.transaction.interceptorMethods in org.springframework.transaction.interceptor with parameters of type TransactionAspectSupport.InvocationCallbackModifier and TypeMethodDescriptionTransactionAspectSupport.invokeWithinTransaction(Method method, @Nullable Class<?> targetClass, TransactionAspectSupport.InvocationCallback invocation) General delegate for around-advice-based subclasses, delegating to several other template methods on this class.