Uses of Class
org.jdbi.v3.sqlobject.Handlers

Packages that use Handlers
Package
Description
SQL Objects
  • Uses of Handlers in org.jdbi.v3.sqlobject

    Classes in org.jdbi.v3.sqlobject that implement interfaces with type arguments of type Handlers
    Modifier and Type
    Class
    Description
    class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use ExtensionHandlerFactory instances that are returned from the ExtensionFactory.getExtensionHandlerFactories(ConfigRegistry) method.
    Methods in org.jdbi.v3.sqlobject that return Handlers
    Modifier and Type
    Method
    Description
    Handlers.createCopy()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Handlers.register(HandlerFactory factory)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Registers the given handler factory with the registry.