Uses of Interface
org.jdbi.v3.core.HandleCallbackDecorator
Package
Description
The 'core' package hosts the top level interface into jdbi core.
-
Uses of HandleCallbackDecorator in org.jdbi.v3.core
Modifier and TypeFieldDescriptionstatic final HandleCallbackDecorator
HandleCallbackDecorator.STANDARD_HANDLE_CALLBACK_DECORATOR
Modifier and TypeMethodDescriptionJdbi.getHandleCallbackDecorator()
Returns theHandleCallbackDecorator
.Modifier and TypeMethodDescriptionJdbi.setHandleCallbackDecorator
(HandleCallbackDecorator handleCallbackDecorator) Specify theHandleCallbackDecorator
instance to use.