| Package | Description |
|---|---|
| com.holonplatform.core.datastore.transaction |
| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionStatus.IllegalTransactionStatusException
Exception thrown when an operation is performed on a transaction but the transaction is in an illegal status
according to the transaction semantics.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Transaction.commit()
Commit the transaction.
|
void |
Transaction.rollback()
Rollback the transaction.
|
Copyright © 2019 The Holon Platform. All rights reserved.