Uses of Interface
org.jdbi.v3.core.extension.ExtensionFactory
Packages that use 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
Methods in org.jdbi.v3.core.config with parameters of type ExtensionFactoryModifier and TypeMethodDescriptiondefault This
Configurable.registerExtension
(ExtensionFactory factory) Convenience method forgetConfig(Extensions.class).register(factory)
-
Uses of ExtensionFactory in org.jdbi.v3.core.extension
Methods in org.jdbi.v3.core.extension that return types with arguments of type ExtensionFactoryModifier and TypeMethodDescriptionExtensions.findFactory
(Class<? extends ExtensionFactory> factoryType) Find the registered factory of the given type.Methods in org.jdbi.v3.core.extension with parameters of type ExtensionFactoryModifier 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.Method parameters in org.jdbi.v3.core.extension with type arguments of type ExtensionFactoryModifier and TypeMethodDescriptionExtensions.findFactory
(Class<? extends ExtensionFactory> factoryType) Find the registered factory of the given type. -
Uses of ExtensionFactory in org.jdbi.v3.sqlobject
Classes in org.jdbi.v3.sqlobject that implement ExtensionFactoryModifier and TypeClassDescriptionfinal class
Creates implementations for SqlObject interfaces.