Uses of Package
org.springframework.r2dbc.connection
Packages that use org.springframework.r2dbc.connection
Package
Description
Provides a utility class for easy ConnectionFactory access,
 a ReactiveTransactionManager for a single ConnectionFactory,
 and various simple ConnectionFactory implementations.
- 
Classes in org.springframework.r2dbc.connection used by org.springframework.r2dbc.connectionClassDescriptionR2DBCConnectionFactoryimplementation that delegates all calls to a given targetConnectionFactory.