Uses of Interface
org.jdbi.v3.sqlobject.HandlerFactory
-
Packages that use HandlerFactory Package Description org.jdbi.v3.sqlobject SQL Objects -
-
Uses of HandlerFactory in org.jdbi.v3.sqlobject
Fields in org.jdbi.v3.sqlobject with type parameters of type HandlerFactory Modifier and Type Field Description private java.util.List<HandlerFactory>Handlers. factoriesDeprecated.Methods in org.jdbi.v3.sqlobject that return types with arguments of type HandlerFactory Modifier and Type Method Description (package private) java.util.List<HandlerFactory>Handlers. getFactories()Deprecated.Methods in org.jdbi.v3.sqlobject with parameters of type HandlerFactory Modifier and Type Method Description HandlersHandlers. register(HandlerFactory factory)Deprecated.Registers the given handler factory with the registry.
-