Uses of Interface
org.jdbi.v3.core.extension.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
Modifier and TypeMethodDescriptiondefault Collection
<ExtensionHandlerFactory> ExtensionFactory.getExtensionHandlerFactories
(ConfigRegistry config) Returns a collection ofExtensionHandlerFactory
objects.Modifier 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
ExtensionHandlerFactory
instances directly.