Uses of Class
org.jdbi.v3.core.extension.Extensions
-
Packages that use Extensions Package Description org.jdbi.v3.core.extension Theextensionclasses allow you to extendJdbi's functionality by declaring interface types that may attach toHandleinstances. -
-
Uses of Extensions in org.jdbi.v3.core.extension
Methods in org.jdbi.v3.core.extension that return Extensions Modifier and Type Method Description ExtensionsExtensions. createCopy()private ExtensionsExtensions. internalRegisterHandlerFactory(ExtensionHandlerFactory extensionHandlerFactory)ExtensionsExtensions. register(ExtensionFactory factory)Register aExtensionFactoryinstance with the extension framework.ExtensionsExtensions. registerConfigCustomizerFactory(ConfigCustomizerFactory configCustomizerFactory)Registers a globalConfigCustomizerFactoryinstance.ExtensionsExtensions. registerHandlerCustomizer(ExtensionHandlerCustomizer extensionHandlerCustomizer)Registers a globalExtensionHandlerCustomizerinstance.ExtensionsExtensions. registerHandlerFactory(ExtensionHandlerFactory extensionHandlerFactory)Registers a globalExtensionHandlerFactoryinstance.ExtensionsExtensions. setAllowProxy(boolean allowProxy)Allow usingProxyto implement extensions.Constructors in org.jdbi.v3.core.extension with parameters of type Extensions Constructor Description Extensions(Extensions that)Create an extension configuration by cloning another.
-