Uses of Interface
org.jdbi.v3.core.HandleCallbackDecorator
Packages that use HandleCallbackDecorator
Package
Description
The 'core' package hosts the top level interface into jdbi core.
-
Uses of HandleCallbackDecorator in org.jdbi.v3.core
Fields in org.jdbi.v3.core declared as HandleCallbackDecoratorModifier and TypeFieldDescriptionstatic final HandleCallbackDecoratorHandleCallbackDecorator.STANDARD_HANDLE_CALLBACK_DECORATORMethods in org.jdbi.v3.core that return HandleCallbackDecoratorModifier and TypeMethodDescriptionJdbi.getHandleCallbackDecorator()Returns theHandleCallbackDecorator.Methods in org.jdbi.v3.core with parameters of type HandleCallbackDecoratorModifier and TypeMethodDescriptionJdbi.setHandleCallbackDecorator(HandleCallbackDecorator handleCallbackDecorator) Specify theHandleCallbackDecoratorinstance to use.