Uses of Interface
org.jdbi.v3.sqlobject.Handler
-
Packages that use Handler Package Description org.jdbi.v3.sqlobject SQL Objectsorg.jdbi.v3.sqlobject.internal org.jdbi.v3.sqlobject.statement.internal org.jdbi.v3.sqlobject.transaction.internal -
-
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, Class<?> sqlObjectType, Method method)Applies all registered decorators to the given handlerHandlerHandlerDecorator. decorateHandler(Handler base, Class<?> sqlObjectType, Method method)Decorates theHandlerto add or substitute behavior on the given SQL Object method.Methods in org.jdbi.v3.sqlobject that return types with arguments of type Handler Modifier and Type Method Description Optional<Handler>HandlerFactory. buildHandler(Class<?> sqlObjectType, Method method)Returns aHandlerinstance for executing the given SQL Object method.Optional<Handler>Handlers. findFor(Class<?> sqlObjectType, Method method)Class<? extends Handler>value()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, Class<?> sqlObjectType, Method method)Applies all registered decorators to the given handlerHandlerHandlerDecorator. decorateHandler(Handler base, Class<?> sqlObjectType, Method method)Decorates theHandlerto add or substitute behavior on the given SQL Object method. -
Uses of Handler in org.jdbi.v3.sqlobject.internal
Classes in org.jdbi.v3.sqlobject.internal that implement Handler Modifier and Type Class Description classCreateSqlObjectHandlerMethod parameters in org.jdbi.v3.sqlobject.internal with type arguments of type Handler Modifier and Type Method Description voidSqlObjectInitData. forEachMethodHandler(BiConsumer<Method,Handler> action) -
Uses of Handler in org.jdbi.v3.sqlobject.statement.internal
Classes in org.jdbi.v3.sqlobject.statement.internal that implement Handler Modifier and Type Class Description classSqlBatchHandlerclassSqlCallHandlerclassSqlQueryHandlerclassSqlScriptsHandlerclassSqlUpdateHandler -
Uses of Handler in org.jdbi.v3.sqlobject.transaction.internal
Methods in org.jdbi.v3.sqlobject.transaction.internal that return Handler Modifier and Type Method Description HandlerTransactionDecorator. decorateHandler(Handler base, Class<?> sqlObjectType, Method method)Methods in org.jdbi.v3.sqlobject.transaction.internal with parameters of type Handler Modifier and Type Method Description HandlerTransactionDecorator. decorateHandler(Handler base, Class<?> sqlObjectType, Method method)
-