TransactionHandler instances are provided for working in
different environments.See: Description
| Interface | Description |
|---|---|
| TransactionHandler |
Interface which defines callbacks to be used when transaction methods are called on a handle.
|
| Class | Description |
|---|---|
| CMTTransactionHandler |
Handler designed to behave properly in a J2EE CMT environment.
|
| DelegatingTransactionHandler | |
| LocalTransactionHandler |
This
TransactionHandler uses local JDBC transactions
demarcated explicitly on the handle and passed through to be handled
directly on the JDBC Connection instance. |
| SerializableTransactionRunner |
A TransactionHandler that automatically retries transactions that fail due to
serialization failures, which can generally be resolved by automatically
retrying the transaction.
|
| SerializableTransactionRunner.Configuration |
| Enum | Description |
|---|---|
| TransactionIsolationLevel | |
| TransactionState |
| Exception | Description |
|---|---|
| TransactionException | |
| UnableToManipulateTransactionIsolationLevelException | |
| UnableToRestoreAutoCommitStateException |
Several TransactionHandler instances are provided for working in
different environments.
Copyright © 2017. All rights reserved.