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.SQL Objects
-
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 handle) Attaches an extension type.<E> Optional<E>Extensions.findFor(Class<E> extensionType, HandleSupplier handle) Create an extension instance if we have a factory that understands the extension type which has access to aHandlethrough aHandleSupplier. -
Uses of HandleSupplier in org.jdbi.v3.sqlobject
Methods in org.jdbi.v3.sqlobject with parameters of type HandleSupplierModifier and TypeMethodDescription<E> ESqlObjectFactory.attach(Class<E> extensionType, HandleSupplier handle) Create a sql object of the specified type bound to this handle.Handler.invoke(Object target, Object[] args, HandleSupplier handle) Executes a SQL Object method, and returns the result.