public class SingleConnectionFactoryLookup extends ObjectSE implements ConnectionFactoryLookup
ConnectionFactory を単純にラップする ConnectionFactoryLookup の実装。| コンストラクターと説明 |
|---|
SingleConnectionFactoryLookup(io.r2dbc.spi.ConnectionFactory connectionFactory)SingleConnectionFactoryLookup クラスの新しいインスタンスを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
io.r2dbc.spi.ConnectionFactory | getConnectionFactory(StringSE connectionFactoryName) 指定された名前で識別される ConnectionFactory を取得します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic SingleConnectionFactoryLookup(io.r2dbc.spi.ConnectionFactory connectionFactory)
SingleConnectionFactoryLookup クラスの新しいインスタンスを作成します。connectionFactory - ラップする単一の ConnectionFactory public io.r2dbc.spi.ConnectionFactory getConnectionFactory(StringSE connectionFactoryName) throws ConnectionFactoryLookupFailureException
ConnectionFactoryLookupConnectionFactory を取得します。ConnectionFactoryLookup 内の getConnectionFactory connectionFactoryName - ConnectionFactory の名前 ConnectionFactory (非 null)ConnectionFactoryLookupFailureException - 検索が失敗した場合