Class TransactionAspectSupport.TransactionInfo
java.lang.Object
org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
- Enclosing class:
- TransactionAspectSupport
Opaque object used to hold transaction information. Subclasses
 must pass it back to methods on this class, but not see its internals.
- 
Constructor SummaryConstructorsConstructorDescriptionTransactionInfo(PlatformTransactionManager transactionManager, TransactionAttribute transactionAttribute, String joinpointIdentification) 
- 
Method SummaryModifier and TypeMethodDescriptionReturn a String representation of this joinpoint (usually a Method call) for use in logging.booleanReturn whether a transaction was created by this aspect, or whether we just have a placeholder to keep ThreadLocal stack integrity.voidtoString()
- 
Constructor Details- 
TransactionInfopublic TransactionInfo(@Nullable PlatformTransactionManager transactionManager, @Nullable TransactionAttribute transactionAttribute, String joinpointIdentification) 
 
- 
- 
Method Details- 
getTransactionManager
- 
getTransactionAttribute
- 
getJoinpointIdentificationReturn a String representation of this joinpoint (usually a Method call) for use in logging.
- 
newTransactionStatus
- 
getTransactionStatus
- 
hasTransactionpublic boolean hasTransaction()Return whether a transaction was created by this aspect, or whether we just have a placeholder to keep ThreadLocal stack integrity.
- 
toString
 
-