Package | Description |
---|---|
org.springframework.transaction.interceptor |
AOP-based solution for declarative transaction demarcation.
|
Modifier and Type | Interface and Description |
---|---|
protected static interface |
TransactionAspectSupport.CoroutinesInvocationCallback
Coroutines-supporting extension of the callback interface.
|
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.
|