Uses of Class
org.springframework.r2dbc.connection.DelegatingConnectionFactory
Packages that use 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
Subclasses of DelegatingConnectionFactory in org.springframework.r2dbc.connectionModifier and TypeClassDescriptionclassImplementation ofDelegatingConnectionFactorythat wraps a single R2DBCConnectionwhich is not closed after use.classProxy for a target R2DBCConnectionFactory, adding awareness of Spring-managed transactions.