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
Deprecated.
since 1.2 in favor of Spring R2DBC. Use
BeanFactoryConnectionFactoryLookup instead. |
class |
MapConnectionFactoryLookup
Deprecated.
since 1.2 in favor of Spring R2DBC. Use
MapConnectionFactoryLookup instead. |
class |
SingleConnectionFactoryLookup
Deprecated.
since 1.2 in favor of Spring R2DBC. Use
SingleConnectionFactoryLookup instead. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRoutingConnectionFactory.setConnectionFactoryLookup(ConnectionFactoryLookup connectionFactoryLookup)
Deprecated.
Set the
ConnectionFactoryLookup implementation to use for resolving connection factory name Strings in the
targetConnectionFactories map. |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.