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
Methods in org.jdbi.v3.sqlobject with parameters of type HandlerFactory Modifier and Type Method Description HandlersHandlers. register(HandlerFactory factory)Registers the given handler factory with the registry.
-