Uses of Package
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
-
ClassDescription
-
-
ClassDescriptionFactory interface used to produce Jdbi extension objects.Configuration class for defining
Jdbi
extensions viaExtensionFactory
instances.A handle supplier for extension implementors. -
ClassDescription
-
ClassDescriptionFactory interface used to produce Jdbi extension objects.A handle supplier for extension implementors.