Class LocalTransactionHandler.BindingLocalTransactionHandler

    • Constructor Detail

      • BindingLocalTransactionHandler

        BindingLocalTransactionHandler()
    • Method Detail

      • specialize

        public TransactionHandler specialize​(Handle handle)
                                      throws java.sql.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:
        java.sql.SQLException - bad things happened