| BeginOptions |
Builder interface to allow a transaction to be customized, including things like timeout and semantics when an existing
transaction is present.
|
| RunOptions |
Deprecated.
|
| RunOptions.ExceptionResult |
Deprecated.
|
| RunOptions.Semantic |
Deprecated.
Enum that can be used to control the transaction behaviour in the presence or absence of an existing transaction.
|
| RunOptionsBase |
|
| TransactionExceptionResult |
Enum that can be used to control the decision to rollback or commit based on the type of an exception.
|
| TransactionRunner |
Runs tasks in transactions with pre-defined semantics and options.
|
| TransactionRunnerImpl |
|
| TransactionRunnerOptions |
Builder interface to allow various options of a transaction runner to be customized.
|
| TransactionSemantics |
Enum that can be used to control the transaction behaviour in the presence or absence of an existing transaction.
|