Uses of Interface
org.jdbi.v3.core.extension.HandleSupplier
Packages that use HandleSupplier
Package
Description
The
extension classes allow you to extend Jdbi's
functionality by declaring interface types that may attach to Handle
instances.-
Uses of HandleSupplier in org.jdbi.v3.core.extension
Methods in org.jdbi.v3.core.extension with parameters of type HandleSupplierModifier and TypeMethodDescription<E> EExtensionFactory.attach(Class<E> extensionType, HandleSupplier handleSupplier) Attaches an extension type.<E> Optional<E>Extensions.findFor(Class<E> extensionType, HandleSupplier handleSupplier) Create an extension instance if we have a factory that understands the extension type which has access to aHandlethrough aHandleSupplier.