public class TransactionStatus
extends java.lang.Object
| Constructor and Description |
|---|
TransactionStatus(boolean newTransaction,
boolean rollbackOnly,
boolean completed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCompleted() |
boolean |
isNewTransaction() |
boolean |
isRollbackOnly() |