| Package | Description |
|---|---|
| org.jdbi.v3.core |
The 'core' package hosts the top level interface into jdbi core.
|
| org.jdbi.v3.core.config |
The
config classes define a configuration registry starting from
each Jdbi instance. |
| org.jdbi.v3.core.extension |
The
extension classes allow you to extend Jdbi's
functionality by declaring interface types that may attach to Handle
instances. |
| org.jdbi.v3.core.statement |
The
statement package provides most of the Fluent API
to drive statement execution. |
| Class and Description |
|---|
| ExtensionCallback |
| ExtensionConsumer |
| ExtensionMethod |
| Class and Description |
|---|
| ExtensionFactory
Factory interface used to produce Jdbi extension objects.
|
| Class and Description |
|---|
| ExtensionFactory
Factory interface used to produce Jdbi extension objects.
|
| ExtensionMethod |
| Extensions
Configuration class for defining
Jdbi extensions via ExtensionFactory
instances. |
| HandleSupplier
A handle supplier for extension implementors.
|
| Class and Description |
|---|
| ExtensionMethod |
Copyright © 2019. All rights reserved.