Class CMTTransactionHandler

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

public class CMTTransactionHandler extends Object implements TransactionHandler
Handler designed to behave properly in a J2EE CMT environment. It will never explicitly begin or commit a transaction, and will throw a runtime exception when rollback is called to force rollback.