Class LocalTransactionHandler.BindingLocalTransactionHandler

java.lang.Object
org.jdbi.v3.core.transaction.LocalTransactionHandler
org.jdbi.v3.core.transaction.LocalTransactionHandler.BindingLocalTransactionHandler
All Implemented Interfaces:
TransactionHandler
Enclosing class:
LocalTransactionHandler

static class LocalTransactionHandler.BindingLocalTransactionHandler extends LocalTransactionHandler
  • Constructor Details

    • BindingLocalTransactionHandler

      BindingLocalTransactionHandler()
  • Method Details

    • specialize

      public TransactionHandler specialize(Handle handle) throws SQLException
      Description copied from interface: TransactionHandler
      Bind a TransactionHandler to a Handle, to allow it to track handle-local state.
      Parameters:
      handle - the handle to bind to
      Returns:
      the bound TransactionHandler
      Throws:
      SQLException - bad things happened