| java.lang.Object | |
| ↳ | org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo |
Opaque object used to hold Transaction information. Subclasses must pass it back to methods on this class, but not see its internals.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return a String representation of this joinpoint (usually a Method call)
for use in logging.
| |||||||||||
Return whether a transaction was created by this aspect,
or whether we just have a placeholder to keep ThreadLocal stack integrity.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Return a String representation of this joinpoint (usually a Method call) for use in logging.
Return whether a transaction was created by this aspect, or whether we just have a placeholder to keep ThreadLocal stack integrity.