Uses of Interface
org.springframework.r2dbc.connection.lookup.ConnectionFactoryLookup
Packages that use ConnectionFactoryLookup
Package
Description
Provides a strategy for looking up R2DBC ConnectionFactories by name.
- 
Uses of ConnectionFactoryLookup in org.springframework.r2dbc.connection.lookupClasses in org.springframework.r2dbc.connection.lookup that implement ConnectionFactoryLookupModifier and TypeClassDescriptionclassConnectionFactoryLookupimplementation based on a SpringBeanFactory.classSimpleConnectionFactoryLookupimplementation that relies on a map for doing lookups.classAn implementation ofConnectionFactoryLookupthat simply wraps a single givenConnectionFactoryreturned for any connection factory name.Methods in org.springframework.r2dbc.connection.lookup with parameters of type ConnectionFactoryLookupModifier and TypeMethodDescriptionvoidAbstractRoutingConnectionFactory.setConnectionFactoryLookup(ConnectionFactoryLookup connectionFactoryLookup) Set theConnectionFactoryLookupimplementation to use for resolving connection factory name Strings in thetargetConnectionFactoriesmap.