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