Package | Description |
---|---|
org.springframework.transaction.interceptor |
AOP-based solution for declarative transaction demarcation.
|
Modifier and Type | Method and Description |
---|---|
protected static TransactionAspectSupport.TransactionInfo |
TransactionAspectSupport.currentTransactionInfo()
Subclasses can use this to return the current TransactionInfo.
|
static TransactionStatus |
TransactionAspectSupport.currentTransactionStatus()
Return the transaction status of the current method invocation.
|