Uses of Interface
org.jdbi.v3.core.extension.AttachedExtensionHandler
Packages that use AttachedExtensionHandler
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 AttachedExtensionHandler in org.jdbi.v3.core.extension
Subinterfaces of AttachedExtensionHandler in org.jdbi.v3.core.extensionMethods in org.jdbi.v3.core.extension that return AttachedExtensionHandlerModifier and TypeMethodDescriptionExtensionHandler.attachTo
(ConfigRegistry config, Object target) Attach this extension handler to a target instance.default AttachedExtensionHandler
ExtensionHandler.Simple.attachTo
(ConfigRegistry config, Object target) -
Uses of AttachedExtensionHandler in org.jdbi.v3.sqlobject
Methods in org.jdbi.v3.sqlobject that return AttachedExtensionHandlerModifier and TypeMethodDescriptiondefault AttachedExtensionHandler
Handler.attachTo
(ConfigRegistry config, Object target) Deprecated, for removal: This API element is subject to removal in a future version.