Uses of Interface
org.jdbi.v3.sqlobject.Handler
Package
Description
SQL Objects
-
Uses of Handler in org.jdbi.v3.sqlobject
Modifier and TypeMethodDescriptionHandlerDecorators.applyDecorators
(Handler base, Class<?> sqlObjectType, Method method) Applies all registered decorators to the given handlerHandlerDecorator.decorateHandler
(Handler base, Class<?> sqlObjectType, Method method) Decorates theHandler
to add or substitute behavior on the given SQL Object method.Modifier and TypeMethodDescriptionHandlerFactory.buildHandler
(Class<?> sqlObjectType, Method method) Returns aHandler
instance for executing the given SQL Object method.Modifier and TypeMethodDescriptionHandlerDecorators.applyDecorators
(Handler base, Class<?> sqlObjectType, Method method) Applies all registered decorators to the given handlerHandlerDecorator.decorateHandler
(Handler base, Class<?> sqlObjectType, Method method) Decorates theHandler
to add or substitute behavior on the given SQL Object method. -
Uses of Handler in org.jdbi.v3.sqlobject.internal
Modifier and TypeMethodDescriptionvoid
SqlObjectInitData.forEachMethodHandler
(BiConsumer<Method, Handler> action) -
Uses of Handler in org.jdbi.v3.sqlobject.statement.internal
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Handler in org.jdbi.v3.sqlobject.transaction.internal
Modifier and TypeMethodDescriptionTransactionDecorator.decorateHandler
(Handler base, Class<?> sqlObjectType, Method method) Modifier and TypeMethodDescriptionTransactionDecorator.decorateHandler
(Handler base, Class<?> sqlObjectType, Method method)