Uses of Class
org.springframework.r2dbc.connection.DelegatingConnectionFactory
Package
Description
Provides a utility class for easy ConnectionFactory access,
a ReactiveTransactionManager for a single ConnectionFactory,
and various simple ConnectionFactory implementations.
-
Uses of DelegatingConnectionFactory in org.springframework.r2dbc.connection
Modifier and TypeClassDescriptionclass
Implementation ofDelegatingConnectionFactory
that wraps a single R2DBCConnection
which is not closed after use.class
Proxy for a target R2DBCConnectionFactory
, adding awareness of Spring-managed transactions.