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.interceptorSubinterfaces of TransactionAspectSupport.InvocationCallback in org.springframework.transaction.interceptorModifier and TypeInterfaceDescriptionprotected static interfaceCoroutines-supporting extension of the callback interface.Methods in org.springframework.transaction.interceptor with parameters of type TransactionAspectSupport.InvocationCallbackModifier and TypeMethodDescriptionprotected ObjectTransactionAspectSupport.invokeWithinTransaction(Method method, Class<?> targetClass, TransactionAspectSupport.InvocationCallback invocation) General delegate for around-advice-based subclasses, delegating to several other template methods on this class.