Uses of Interface
org.jdbi.v3.sqlobject.HandlerDecorator
-
Packages that use HandlerDecorator Package Description org.jdbi.v3.sqlobject SQL Objectsorg.jdbi.v3.sqlobject.transaction.internal -
-
Uses of HandlerDecorator in org.jdbi.v3.sqlobject
Methods in org.jdbi.v3.sqlobject that return types with arguments of type HandlerDecorator Modifier and Type Method Description Class<? extends HandlerDecorator>value()Factory class that decoratesHandlerinstances for methods annotated with the associated annotation.Methods in org.jdbi.v3.sqlobject with parameters of type HandlerDecorator Modifier and Type Method Description HandlerDecoratorsHandlerDecorators. register(HandlerDecorator decorator)Registers the given handler decorator with the registry. -
Uses of HandlerDecorator in org.jdbi.v3.sqlobject.transaction.internal
Classes in org.jdbi.v3.sqlobject.transaction.internal that implement HandlerDecorator Modifier and Type Class Description classTransactionDecorator
-