TransactionHandler instances ae provided for working in
different environments.See: Description
| 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 |
Several TransactionHandler instances ae provided for working in
different environments.
Copyright © 2018. All rights reserved.