Uses of Interface
org.jdbi.v3.core.TransactionCallback
-
Packages that use TransactionCallback Package Description org.jdbi.v3.core The 'core' package hosts the top level interface into jdbi core. -
-
Uses of TransactionCallback in org.jdbi.v3.core
Fields in org.jdbi.v3.core with type parameters of type TransactionCallback Modifier and Type Field Description private java.util.List<TransactionCallback>Handle. transactionCallbacksMethods in org.jdbi.v3.core that return types with arguments of type TransactionCallback Modifier and Type Method Description (package private) java.util.List<TransactionCallback>Handle. drainCallbacks()Methods in org.jdbi.v3.core with parameters of type TransactionCallback Modifier and Type Method Description (package private) HandleHandle. addTransactionCallback(TransactionCallback cb)
-