| Interface | Description |
|---|---|
| TransactionManager |
A transaction manager.
|
| Class | Description |
|---|---|
| KeepAliveLocalTransaction |
A local transaction that keeps a JDBC connection open until the transaction is explicitly
destroyed.
|
| LocalTransaction |
A local transaction.
|
| LocalTransactionContext |
A context for a local transaction.
|
| LocalTransactionDataSource |
A data source for local transactions.
|
| LocalTransactionManager |
A transaction manager for local transactions.
|
| Enum | Description |
|---|---|
| TransactionAttribute |
Defines transaction propagation behaviors.
|
| TransactionIsolationLevel |
Defines transaction isolation levels.
|
| Exception | Description |
|---|---|
| SavepointAlreadyExistsException |
Thrown to indicate that a save point already exists.
|
| SavepointNotFoundException |
Thrown to indicate that a save point is not found.
|
| TransactionAlreadyBegunException |
Thrown to indicate that a transaction is already begun.
|
| TransactionNotYetBegunException |
Thrown to indicate that a transaction is not yet begun.
|