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 TypeMethodDescription<F extends ExtensionFactory>
Optional<F>Extensions.findFactory
(Class<F> factoryType) Find the registered factory of the given type, if anyModifier and TypeMethodDescriptionExtensions.register
(ExtensionFactory factory) Register an extension factory. -
Uses of ExtensionFactory in org.jdbi.v3.sqlobject
Modifier and TypeClassDescriptionclass
Creates implementations for SqlObject interfaces.