| Package | Description |
|---|---|
| org.springframework.r2dbc.connection.lookup |
Provides a strategy for looking up R2DBC ConnectionFactories by name.
|
| Modifier and Type | Method and Description |
|---|---|
io.r2dbc.spi.ConnectionFactory |
MapConnectionFactoryLookup.getConnectionFactory(String connectionFactoryName) |
io.r2dbc.spi.ConnectionFactory |
ConnectionFactoryLookup.getConnectionFactory(String connectionFactoryName)
Retrieve the
ConnectionFactory identified by the given name. |
io.r2dbc.spi.ConnectionFactory |
BeanFactoryConnectionFactoryLookup.getConnectionFactory(String connectionFactoryName) |
io.r2dbc.spi.ConnectionFactory |
SingleConnectionFactoryLookup.getConnectionFactory(String connectionFactoryName) |