See: Description
Class | Description |
---|---|
ConnectionFactoryUtils |
Helper class that provides static methods for obtaining R2DBC Connections from
a
ConnectionFactory . |
ConnectionHolder |
Resource holder wrapping a R2DBC
Connection . |
DelegatingConnectionFactory |
R2DBC
ConnectionFactory implementation that delegates
all calls to a given target ConnectionFactory . |
R2dbcTransactionManager |
ReactiveTransactionManager
implementation for a single R2DBC ConnectionFactory . |
SingleConnectionFactory |
Implementation of
DelegatingConnectionFactory that wraps a
single R2DBC Connection which is not closed after use. |
TransactionAwareConnectionFactoryProxy |
Proxy for a target R2DBC
ConnectionFactory , adding awareness
of Spring-managed transactions. |