Uses of Interface
org.jdbi.v3.sqlobject.Handler
Packages that use Handler
-
Uses of Handler in org.jdbi.v3.sqlobject
Methods in org.jdbi.v3.sqlobject that return HandlerModifier and TypeMethodDescriptionHandlerDecorators.applyDecorators(Handler base, Class<?> sqlObjectType, Method method) Deprecated.Applies all registered decorators to the given handlerprivate HandlerSqlMethodHandlerFactory.createHandler(Class<? extends Handler> handlerType, Class<?> sqlObjectType, Method method) HandlerDecorator.decorateHandler(Handler base, Class<?> sqlObjectType, Method method) Deprecated.Decorates theHandlerto add or substitute behavior on the given SQL Object method.SqlMethodAnnotatedHandlerDecorator.decorateHandler(Handler delegate, Class<?> sqlObjectType, Method method) Methods in org.jdbi.v3.sqlobject that return types with arguments of type HandlerModifier and TypeMethodDescriptionHandlerFactory.buildHandler(Class<?> sqlObjectType, Method method) Deprecated.Returns aHandlerinstance for executing the given SQL Object method.Deprecated.Methods in org.jdbi.v3.sqlobject with parameters of type HandlerModifier 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 theHandlerto add or substitute behavior on the given SQL Object method.SqlMethodAnnotatedHandlerDecorator.decorateHandler(Handler delegate, Class<?> sqlObjectType, Method method) Method parameters in org.jdbi.v3.sqlobject with type arguments of type Handler