Interface TransactionStatus
@ProviderType
public interface TransactionStatus
- Author:
- Shuyang Zhou
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
void
suppressLifecycleListenerThrowable
(Throwable throwable)
-
Method Details
-
isCompleted
boolean isCompleted() -
isNewTransaction
boolean isNewTransaction() -
isRollbackOnly
boolean isRollbackOnly() -
suppressLifecycleListenerThrowable
-