Uses of Interface
org.jdbi.v3.sqlobject.Handler
-
Packages that use Handler Package Description org.jdbi.v3.sqlobject SQL Objects -
-
Uses of Handler in org.jdbi.v3.sqlobject
Methods in org.jdbi.v3.sqlobject that return Handler Modifier and Type Method Description HandlerHandlerDecorators. applyDecorators(Handler base, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)Deprecated.Applies all registered decorators to the given handlerprivate HandlerSqlMethodHandlerFactory. createHandler(java.lang.Class<? extends Handler> handlerType, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)HandlerHandlerDecorator. decorateHandler(Handler base, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)Deprecated.Decorates theHandlerto add or substitute behavior on the given SQL Object method.HandlerSqlMethodAnnotatedHandlerDecorator. decorateHandler(Handler delegate, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)Methods in org.jdbi.v3.sqlobject that return types with arguments of type Handler Modifier and Type Method Description java.util.Optional<Handler>HandlerFactory. buildHandler(java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)Deprecated.Returns aHandlerinstance for executing the given SQL Object method.java.util.Optional<Handler>Handlers. findFor(java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)Deprecated.java.lang.Class<? extends Handler>value()Deprecated.Handler class for methods annotated with the associated annotation.Methods in org.jdbi.v3.sqlobject with parameters of type Handler Modifier and Type Method Description HandlerHandlerDecorators. applyDecorators(Handler base, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)Deprecated.Applies all registered decorators to the given handlerHandlerHandlerDecorator. decorateHandler(Handler base, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)Deprecated.Decorates theHandlerto add or substitute behavior on the given SQL Object method.HandlerSqlMethodAnnotatedHandlerDecorator. decorateHandler(Handler delegate, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)Method parameters in org.jdbi.v3.sqlobject with type arguments of type Handler Modifier and Type Method Description private HandlerSqlMethodHandlerFactory. createHandler(java.lang.Class<? extends Handler> handlerType, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)
-