See: Description
Class | Description |
---|---|
AbstractTransactionExecutor |
This is the abstract base implementation of the
TransactionExecutor interface. |
NoTransactionExecutor |
TODO: this class ...
|
TransactionContextImpl |
This is the implementation of the
TransactionContext interface. |
TransactionEventImpl |
This is the implementation of the
TransactionEvent interface. |
Exception | Description |
---|---|
TransactionCommitException |
This exception is thrown if a
transaction could NOT
be committed . |
TransactionNotActiveException |
This exception is thrown if a
transaction should be
closed but none is active . |
TransactionRollbackException |
This exception is thrown if a
transaction could NOT
be rolled back . |
Transaction API
.Copyright © 2001–2016 mmm-Team. All rights reserved.