Uses of Interface
org.jdbi.v3.core.extension.HandleSupplier
Packages that use HandleSupplier
Package
Description
The 'core' package hosts the top level interface into jdbi core.
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
Classes in org.jdbi.v3.core that implement HandleSupplierModifier and TypeClassDescription(package private) class(package private) final class(package private) final classFields in org.jdbi.v3.core with type parameters of type HandleSupplierModifier and TypeFieldDescriptionprivate final ThreadLocal<HandleSupplier>Jdbi.threadHandleSupplierMethods in org.jdbi.v3.core that return HandleSupplierMethods in org.jdbi.v3.core with parameters of type HandleSupplierModifier and TypeMethodDescriptionprivate <R,E, X extends Exception>
RJdbi.callWithExtension(Class<E> extensionType, ExtensionCallback<R, E, X> callback, HandleSupplier handleSupplier) -
Uses of HandleSupplier in org.jdbi.v3.core.extension
Fields in org.jdbi.v3.core.extension declared as HandleSupplierModifier and TypeFieldDescriptionprivate final HandleSupplierExtensionMetadata.ExtensionHandlerInvoker.handleSupplierMethods in org.jdbi.v3.core.extension with parameters of type HandleSupplierModifier and TypeMethodDescriptiondefault <E> EExtensionFactory.attach(Class<E> extensionType, HandleSupplier handleSupplier) Attaches an extension type.<E> EExtensionFactoryDelegate.attach(Class<E> extensionType, HandleSupplier handleSupplier) ExtensionMetadata.createExtensionHandlerInvoker(E target, Method method, HandleSupplier handleSupplier, ConfigRegistry config) Creates anExtensionMetadata.ExtensionHandlerInvokerinstance for a specific method.<E> Optional<E>Extensions.findFor(Class<E> extensionType, HandleSupplier handleSupplier) Create an extension instance if a factory accepts the extension type.ExtensionHandler.invoke(HandleSupplier handleSupplier, Object target, Object... args) Gets invoked to return a value for the method that this handler was bound to.Constructors in org.jdbi.v3.core.extension with parameters of type HandleSupplierModifierConstructorDescription(package private)ExtensionHandlerInvoker(Object target, Method method, ExtensionHandler extensionHandler, HandleSupplier handleSupplier, ConfigRegistry config) -
Uses of HandleSupplier in org.jdbi.v3.sqlobject
Methods in org.jdbi.v3.sqlobject with parameters of type HandleSupplierModifier and TypeMethodDescription<E> EGeneratorSqlObjectFactory.attach(Class<E> extensionType, HandleSupplier handleSupplier) Attach a sql object from a jdbi generator created class.Handler.invoke(Object target, Object[] args, HandleSupplier handleSupplier) Deprecated.Executes a SQL Object method, and returns the result.default ObjectHandler.invoke(HandleSupplier handleSupplier, Object target, Object... args) Deprecated. -
Uses of HandleSupplier in org.jdbi.v3.sqlobject.internal
Methods in org.jdbi.v3.sqlobject.internal with parameters of type HandleSupplierModifier and TypeMethodDescriptionCreateSqlObjectHandler.invoke(HandleSupplier handleSupplier, Object target, Object... args) -
Uses of HandleSupplier in org.jdbi.v3.sqlobject.statement.internal
Methods in org.jdbi.v3.sqlobject.statement.internal with parameters of type HandleSupplierModifier and TypeMethodDescriptionCustomizingStatementHandler.invoke(HandleSupplier handleSupplier, Object target, Object... args) SqlBatchHandler.invoke(HandleSupplier handleSupplier, Object target, Object... args)