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.-
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 AttachedExtensionHandlerExtensionHandler.Simple.attachTo(ConfigRegistry config, Object target)