クラス DelegatingConnectionFactory

java.lang.ObjectSE
org.springframework.r2dbc.connection.DelegatingConnectionFactory
実装されたすべてのインターフェース:
ConnectionFactoryWrapped<ConnectionFactory>
既知の直属サブクラス
SingleConnectionFactoryTransactionAwareConnectionFactoryProxy

public class DelegatingConnectionFactory extends ObjectSE implements ConnectionFactory, Wrapped<ConnectionFactory>
すべての呼び出しを特定のターゲット ConnectionFactory に委譲する R2DBC ConnectionFactory 実装。

このクラスはサブクラス化されることを意図しており、サブクラスは、単にターゲット ConnectionFactory に委譲するべきではないメソッド(create() など)のみをオーバーライドします。

導入:
5.3
作成者:
Mark Paluch
関連事項:
  • コンストラクターの詳細

    • DelegatingConnectionFactory

      public DelegatingConnectionFactory(ConnectionFactory targetConnectionFactory)
      新しい DelegatingConnectionFactory を作成します。
      パラメーター:
      targetConnectionFactory - ターゲット ConnectionFactory
  • メソッドの詳細