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.
|
Modifier and Type | Class and Description |
---|---|
class |
SingleConnectionFactory
Implementation of
DelegatingConnectionFactory that wraps a
single R2DBC Connection which is not closed after use. |
class |
TransactionAwareConnectionFactoryProxy
Proxy for a target R2DBC
ConnectionFactory , adding awareness
of Spring-managed transactions. |