| Interface | Description |
|---|---|
| TransactionCallable |
TransactionCallable
Executes Callable object passing open database connection on which transaction is active
|
| UserTransactionSupport |
UserTransactionSupport
Interface to extend javax.persistence.EntityManager to support user transactions
|
| Class | Description |
|---|---|
| EntityTransactionImpl |
EntityTransactionImpl
Implements javax.persistence.EntityTransaction.
|
| PostCommit |
PostCommit
Executes Callable object and records success and any Exception or expected RuntimeException thrown.
|
| PreCommit |
PreCommit
Prior to transaction commmit, executes Callable object and records success and any Exception or expected RuntimeException thrown.
|
| SetRollbackTransaction |
SetRollbackTransaction
Transaction to allow user to rollback when not in User Transaction mode
|
| TransactionInfo |
TransactionInfo
Java bean containing transaction context of persistence container.
|
| TransactionState |
TransactionState
Database connection management to enable transaction begin(), commit() and rollback()
|
This documentation is licensed by Andrew Bowley under the GPLv3 License.