Package | Description |
---|---|
org.springframework.transaction.support |
Support classes for the org.springframework.transaction package.
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionTemplate
Template class that simplifies programmatic transaction demarcation and
transaction exception handling.
|
Modifier and Type | Method and Description |
---|---|
static TransactionOperations |
TransactionOperations.withoutTransaction()
Return an implementation of the
TransactionOperations interface which
executes a given TransactionCallback without an actual transaction. |