Uses of Interface
org.jdbi.v3.core.extension.ExtensionHandlerFactory
Packages that use ExtensionHandlerFactory
Package
Description
The
extension
classes allow you to extend Jdbi
's
functionality by declaring interface types that may attach to Handle
instances.SQL Objects
-
Uses of ExtensionHandlerFactory in org.jdbi.v3.core.extension
Methods in org.jdbi.v3.core.extension that return types with arguments of type ExtensionHandlerFactoryModifier and TypeMethodDescriptiondefault Collection
<ExtensionHandlerFactory> ExtensionFactory.getExtensionHandlerFactories
(ConfigRegistry config) Returns a collection ofExtensionHandlerFactory
objects.Methods in org.jdbi.v3.core.extension with parameters of type ExtensionHandlerFactoryModifier and TypeMethodDescriptionExtensionMetadata.Builder.addExtensionHandlerFactory
(ExtensionHandlerFactory extensionHandlerFactory) Adds anExtensionHandlerFactory
that will be used to find extension handlers when theExtensionMetadata.Builder.build()
} method is called.Extensions.registerHandlerFactory
(ExtensionHandlerFactory extensionHandlerFactory) Registers a globalExtensionHandlerFactory
instance. -
Uses of ExtensionHandlerFactory in org.jdbi.v3.sqlobject
Subinterfaces of ExtensionHandlerFactory in org.jdbi.v3.sqlobject
ExtensionHandlerFactory
instances directly.