Uses of Interface
org.jdbi.v3.sqlobject.HandlerFactory
Packages that use HandlerFactory
-
Uses of HandlerFactory in org.jdbi.v3.sqlobject
Fields in org.jdbi.v3.sqlobject with type parameters of type HandlerFactoryModifier and TypeFieldDescriptionprivate final List<HandlerFactory>Handlers.factoriesDeprecated.Methods in org.jdbi.v3.sqlobject that return types with arguments of type HandlerFactoryModifier and TypeMethodDescription(package private) List<HandlerFactory>Handlers.getFactories()Deprecated.Methods in org.jdbi.v3.sqlobject with parameters of type HandlerFactoryModifier and TypeMethodDescriptionHandlers.register(HandlerFactory factory) Deprecated.Registers the given handler factory with the registry.