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 ThisConfigurable.registerExtension(ExtensionFactory factory) Convenience method forgetConfig(Extensions.class).register(factory) -
Uses of ExtensionFactory in org.jdbi.v3.core.extension
Classes in org.jdbi.v3.core.extension that implement ExtensionFactoryFields in org.jdbi.v3.core.extension declared as ExtensionFactoryModifier and TypeFieldDescriptionprivate final ExtensionFactoryExtensionFactoryDelegate.delegatedFactoryMethods in org.jdbi.v3.core.extension that return ExtensionFactoryModifier and TypeMethodDescription(package private) ExtensionFactoryExtensionFactoryDelegate.getDelegatedFactory()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.private Optional<ExtensionFactory>Extensions.findFactoryFor(Class<?> extensionType) Methods in org.jdbi.v3.core.extension with parameters of type ExtensionFactoryModifier and TypeMethodDescriptionprivate Function<Class<?>,ExtensionMetadata> Extensions.createMetadata(ExtensionFactory extensionFactory) Extensions.findMetadata(Class<?> extensionType, ExtensionFactory extensionFactory) Retrieves all extension metadata for a specific extension type.Extensions.register(ExtensionFactory factory) Register aExtensionFactoryinstance 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.Constructors in org.jdbi.v3.core.extension with parameters of type ExtensionFactoryModifierConstructorDescription(package private)ExtensionFactoryDelegate(ExtensionFactory delegatedFactory) -
Uses of ExtensionFactory in org.jdbi.v3.sqlobject
Classes in org.jdbi.v3.sqlobject that implement ExtensionFactoryModifier and TypeClassDescription(package private) classfinal classSupport for generator instances (concrete classes that have been created by the Jdbi generator).final classCreates implementations for SqlObject interfaces.