| Package | Description |
|---|---|
| org.springframework.data.r2dbc.connectionfactory.lookup |
Provides a strategy for looking up R2DBC ConnectionFactories by name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeanFactoryConnectionFactoryLookup
ConnectionFactoryLookup implementation based on a Spring BeanFactory. |
class |
MapConnectionFactoryLookup
Simple
ConnectionFactoryLookup implementation that relies on a map for doing lookups. |
class |
SingleConnectionFactoryLookup
An implementation of
ConnectionFactoryLookup that simply wraps a single given ConnectionFactory,
returned for any connection factory name. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRoutingConnectionFactory.setConnectionFactoryLookup(ConnectionFactoryLookup connectionFactoryLookup)
Set the
ConnectionFactoryLookup implementation to use for resolving connection factory name Strings in the
targetConnectionFactories map. |
Copyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.