Class LocalTransactionHandler

java.lang.Object
org.jdbi.v3.core.transaction.LocalTransactionHandler
All Implemented Interfaces:
TransactionHandler
Direct Known Subclasses:
LocalTransactionHandler.BindingLocalTransactionHandler

public class LocalTransactionHandler extends Object implements TransactionHandler
This TransactionHandler uses local JDBC transactions demarcated explicitly on the handle and passed through to be handled directly on the JDBC Connection instance.