Uses of Interface
org.jdbi.v3.sqlobject.Handler
-
Uses of Handler in org.jdbi.v3.sqlobject
Modifier and TypeMethodDescriptionHandlerDecorators.applyDecorators
(Handler base, Class<?> sqlObjectType, Method method) Deprecated.Applies all registered decorators to the given handlerHandlerDecorator.decorateHandler
(Handler base, Class<?> sqlObjectType, Method method) Deprecated.Decorates theHandler
to add or substitute behavior on the given SQL Object method.Modifier and TypeMethodDescriptionHandlerFactory.buildHandler
(Class<?> sqlObjectType, Method method) Deprecated.Returns aHandler
instance for executing the given SQL Object method.Deprecated.Modifier and TypeMethodDescriptionHandlerDecorators.applyDecorators
(Handler base, Class<?> sqlObjectType, Method method) Deprecated.Applies all registered decorators to the given handlerHandlerDecorator.decorateHandler
(Handler base, Class<?> sqlObjectType, Method method) Deprecated.Decorates theHandler
to add or substitute behavior on the given SQL Object method.