Package org.springframework.r2dbc.connection
@NonNullApi
@NonNullFields
package org.springframework.r2dbc.connection
Provides a utility class for easy ConnectionFactory access,
a ReactiveTransactionManager for a single ConnectionFactory,
and various simple ConnectionFactory implementations.
-
ClassDescriptionHelper class that provides static methods for obtaining R2DBC Connections from a
ConnectionFactory
.Resource holder wrapping a R2DBCConnection
.R2DBCConnectionFactory
implementation that delegates all calls to a given targetConnectionFactory
.ReactiveTransactionManager
implementation for a single R2DBCConnectionFactory
.Implementation ofDelegatingConnectionFactory
that wraps a single R2DBCConnection
which is not closed after use.Proxy for a target R2DBCConnectionFactory
, adding awareness of Spring-managed transactions.