Uses of Interface
org.jdbi.v3.core.extension.ExtensionFactory
Package
Description
The
config
classes define a configuration registry starting from
each Jdbi
instance.
The
extension
classes allow you to extend Jdbi
's
functionality by declaring interface types that may attach to Handle
instances.SQL Objects
-
Uses of ExtensionFactory in org.jdbi.v3.core.config
Modifier and TypeMethodDescriptiondefault This
Configurable.registerExtension
(ExtensionFactory factory) Convenience method forgetConfig(Extensions.class).register(factory)
-
Uses of ExtensionFactory in org.jdbi.v3.core.extension
Modifier and TypeMethodDescriptionExtensions.findFactory
(Class<? extends ExtensionFactory> factoryType) Find the registered factory of the given type.Modifier and TypeMethodDescriptionExtensions.findMetadata
(Class<?> extensionType, ExtensionFactory extensionFactory) Retrieves all extension metadata for a specific extension type.Extensions.register
(ExtensionFactory factory) Register aExtensionFactory
instance with the extension framework.Modifier and TypeMethodDescriptionExtensions.findFactory
(Class<? extends ExtensionFactory> factoryType) Find the registered factory of the given type. -
Uses of ExtensionFactory in org.jdbi.v3.sqlobject
Modifier and TypeClassDescriptionfinal class
Creates implementations for SqlObject interfaces.