Package | Description |
---|---|
org.springframework.r2dbc.connection |
Provides a utility class for easy ConnectionFactory access,
a ReactiveTransactionManager for a single ConnectionFactory,
and various simple ConnectionFactory implementations.
|
org.springframework.transaction.reactive |
Support classes for reactive transaction management.
|
Class and Description |
---|
AbstractReactiveTransactionManager
Abstract base class that implements Spring's standard reactive transaction workflow,
serving as basis for concrete platform transaction managers.
|
GenericReactiveTransaction
Default implementation of the
ReactiveTransaction interface,
used by AbstractReactiveTransactionManager . |
TransactionSynchronizationManager
Central delegate that manages resources and transaction synchronizations per
subscriber context.
|
Class and Description |
---|
GenericReactiveTransaction
Default implementation of the
ReactiveTransaction interface,
used by AbstractReactiveTransactionManager . |
TransactionalOperator
Operator class that simplifies programmatic transaction demarcation and
transaction exception handling.
|
TransactionCallback
Callback interface for reactive transactional code.
|
TransactionContext
Mutable transaction context that encapsulates transactional synchronizations and
resources in the scope of a single transaction.
|
TransactionSynchronization
Interface for reactive transaction synchronization callbacks.
|
TransactionSynchronizationManager
Central delegate that manages resources and transaction synchronizations per
subscriber context.
|