クラス ConnectionFactory

java.lang.Object
org.iplass.mtp.impl.rdb.connection.ConnectionFactory
すべての実装されたインタフェース:
Service
直系の既知のサブクラス:
AbstractConnectionFactory

public abstract class ConnectionFactory extends Object implements Service
  • フィールド詳細

  • コンストラクタの詳細

    • ConnectionFactory

      public ConnectionFactory()
  • メソッドの詳細

    • getConnection

      public abstract Connection getConnection()
    • getConnection

      public abstract Connection getConnection(Function<Connection,Connection> afterGetPhysicalConnectionHandler)
    • getWarnLogThreshold

      public abstract int getWarnLogThreshold()
    • isWarnLogBefore

      public abstract boolean isWarnLogBefore()
    • isCountSqlExecution

      public abstract boolean isCountSqlExecution()
    • getCounterOfSqlExecution

      public abstract AtomicInteger getCounterOfSqlExecution()
    • getTransactionIsolationLevel

      public abstract TransactionIsolationLevel getTransactionIsolationLevel()