| Interface | Description |
|---|---|
| JtxResourceManager<E> |
Responsible for managing transactions of the
resources of the same type under the control of the
transaction. |
| Class | Description |
|---|---|
| JtxTransaction |
Transaction is an unit of work that is performed by one or more resources.
|
| JtxTransactionManager |
JtxTransaction manager is responsible for handling transaction
propagation and resource managers. |
| JtxTransactionMode |
Transaction mode is defined by
propagation behavior,
isolation level and read-only flag. |
| Enum | Description |
|---|---|
| JtxIsolationLevel |
Transaction isolation mode.
|
| JtxPropagationBehavior |
Transaction propagation behavior values.
|
| JtxStatus |
Transaction statuses.
|
| Exception | Description |
|---|---|
| JtxException |
JTX unchecked exception.
|
Copyright © 2003-present Jodd Team