Package | Description |
---|---|
org.springframework.transaction |
Spring's core transaction management APIs (independent of any specific transaction
management system); an exception hierarchy for Spring's transaction infrastructure;
and transaction manager, definition, and status interfaces.
|
org.springframework.transaction.reactive |
Support classes for reactive transaction management.
|
org.springframework.transaction.support |
Support classes for the org.springframework.transaction package.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReactiveTransaction
Representation of an ongoing reactive transaction.
|
interface |
TransactionStatus
Representation of the status of a transaction.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericReactiveTransaction
Default implementation of the
ReactiveTransaction interface,
used by AbstractReactiveTransactionManager . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTransactionStatus
Abstract base implementation of the
TransactionStatus interface. |
class |
DefaultTransactionStatus
Default implementation of the
TransactionStatus
interface, used by AbstractPlatformTransactionManager . |
class |
SimpleTransactionStatus
A simple
TransactionStatus
implementation. |