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.-
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
Methods in org.jdbi.v3.core.extension with type parameters of type ExtensionFactoryModifier and TypeMethodDescription<F extends ExtensionFactory>
Optional<F>Extensions.findFactory(Class<F> factoryType) Find the registered factory of the given type, if anyMethods in org.jdbi.v3.core.extension with parameters of type ExtensionFactoryModifier and TypeMethodDescriptionExtensions.register(ExtensionFactory factory) Register an extension factory.