@ProviderType
public interface TransactionStatus
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getPlatformTransactionManager()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
boolean |
isCompleted() |
boolean |
isNewTransaction() |
boolean |
isRollbackOnly() |
void |
suppressLifecycleListenerThrowable(java.lang.Throwable lifecycleThrowable) |
@Deprecated java.lang.Object getPlatformTransactionManager()
boolean isCompleted()
boolean isNewTransaction()
boolean isRollbackOnly()
void suppressLifecycleListenerThrowable(java.lang.Throwable lifecycleThrowable)