Uses of Package
org.jdbi.v3.core.extension
Packages that use org.jdbi.v3.core.extension
Package
Description
 The 'core' package hosts the top level interface into jdbi core.
 The 
config classes define a configuration registry starting from
 each Jdbi instance.
 The 
extension classes allow you to extend Jdbi's
 functionality by declaring interface types that may attach to Handle
 instances.
 The 
statement package provides most of the Fluent API
 to drive statement execution.SQL Objects
 The 
sqlobject.config package defines configuration annotations
 that modify the Jdbi configuration used as the context for executing
 SqlObject methods, such as registering handled types.- 
Classes in org.jdbi.v3.core.extension used by org.jdbi.v3.coreClassDescriptionA handle supplier for extension implementors.
- 
Classes in org.jdbi.v3.core.extension used by org.jdbi.v3.core.asyncClassDescription
- 
Classes in org.jdbi.v3.core.extension used by org.jdbi.v3.core.config
- 
Classes in org.jdbi.v3.core.extension used by org.jdbi.v3.core.extensionClassDescriptionFactory interface to create collections ofConfigCustomizerinstances.ConfiguresConfigRegistryinstances.Accepted by a handle when executing extension code.Factory interface used to produce Jdbi extension objects.Flags that the factory can return to control aspects of the extension framework.Provides functionality for a single method on an extension object.Supports customization of an extension handler.A factory to createExtensionHandlerinstances.Metadata that was detected when analyzing an extension class before attaching.Builder class for theExtensionMetadataobject.Wraps all config customizers and the handler for a specific method execution.Configuration class for definingJdbiextensions viaExtensionFactoryinstances.A handle supplier for extension implementors.
- 
Classes in org.jdbi.v3.core.extension used by org.jdbi.v3.core.statementClassDescription
- 
Classes in org.jdbi.v3.core.extension used by org.jdbi.v3.sqlobjectClassDescriptionFactory interface used to produce Jdbi extension objects.Provides functionality for a single method on an extension object.Supports customization of an extension handler.A factory to createExtensionHandlerinstances.A handle supplier for extension implementors.
- 
Classes in org.jdbi.v3.core.extension used by org.jdbi.v3.sqlobject.config