Uses of Interface
org.jdbi.v3.core.TransactionCallback
Packages that use TransactionCallback
Package
Description
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 TransactionCallbackModifier and TypeFieldDescriptionprivate final List<TransactionCallback>Handle.transactionCallbacksMethods in org.jdbi.v3.core that return types with arguments of type TransactionCallbackModifier and TypeMethodDescription(package private) List<TransactionCallback>Handle.drainCallbacks()Methods in org.jdbi.v3.core with parameters of type TransactionCallbackModifier and TypeMethodDescription(package private) HandleHandle.addTransactionCallback(TransactionCallback cb)