Class LocalTransactionHandler

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

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.