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.interceptor
Methods in org.springframework.transaction.interceptor with parameters of type TransactionAspectSupport.InvocationCallbackModifier and TypeMethodDescriptionprotected voidTransactionAspectSupport.completeTransactionAfterThrowing(@Nullable TransactionAspectSupport.TransactionInfo txInfo, TransactionAspectSupport.InvocationCallback invocation, Throwable ex) Handle a throwable, completing the transaction.TransactionAspectSupport.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.