Uses of Class
org.jdbi.v3.core.extension.Extensions
Packages that use Extensions
Package
Description
The
extension
classes allow you to extend Jdbi
's
functionality by declaring interface types that may attach to Handle
instances.-
Uses of Extensions in org.jdbi.v3.core.extension
Classes in org.jdbi.v3.core.extension that implement interfaces with type arguments of type ExtensionsModifier and TypeClassDescriptionclass
Configuration class for definingJdbi
extensions viaExtensionFactory
instances.Methods in org.jdbi.v3.core.extension that return ExtensionsModifier and TypeMethodDescriptionExtensions.createCopy()
Extensions.failFast()
Fail fast if any method in an Extension object is misconfigured and can not be warmed.Extensions.register
(ExtensionFactory factory) Register aExtensionFactory
instance with the extension framework.Extensions.registerConfigCustomizerFactory
(ConfigCustomizerFactory configCustomizerFactory) Registers a globalConfigCustomizerFactory
instance.Extensions.registerHandlerCustomizer
(ExtensionHandlerCustomizer extensionHandlerCustomizer) Registers a globalExtensionHandlerCustomizer
instance.Extensions.registerHandlerFactory
(ExtensionHandlerFactory extensionHandlerFactory) Registers a globalExtensionHandlerFactory
instance.Extensions.setAllowProxy
(boolean allowProxy) Allow usingProxy
to implement extensions.