Uses of Interface
org.jdbi.v3.core.extension.ExtensionHandlerFactory
Packages that use ExtensionHandlerFactory
Package
Description
The
extension classes allow you to extend Jdbi's
functionality by declaring interface types that may attach to Handle
instances.SQL Objects
-
Uses of ExtensionHandlerFactory in org.jdbi.v3.core.extension
Methods in org.jdbi.v3.core.extension that return types with arguments of type ExtensionHandlerFactoryModifier and TypeMethodDescriptiondefault Collection<ExtensionHandlerFactory> ExtensionFactory.getExtensionHandlerFactories(ConfigRegistry config) Returns a collection ofExtensionHandlerFactoryobjects.Methods in org.jdbi.v3.core.extension with parameters of type ExtensionHandlerFactoryModifier and TypeMethodDescriptionExtensionMetadata.Builder.addExtensionHandlerFactory(ExtensionHandlerFactory extensionHandlerFactory) Adds anExtensionHandlerFactorythat will be used to find extension handlers when theExtensionMetadata.Builder.build()} method is called.Extensions.registerHandlerFactory(ExtensionHandlerFactory extensionHandlerFactory) Registers a globalExtensionHandlerFactoryinstance. -
Uses of ExtensionHandlerFactory in org.jdbi.v3.sqlobject
Subinterfaces of ExtensionHandlerFactory in org.jdbi.v3.sqlobjectModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.
ExtensionHandlerFactoryinstances directly.