| Package | Description |
|---|---|
| org.jdbi.v3.core |
The 'core' package hosts the top level interface into jdbi core.
|
| org.jdbi.v3.core.argument |
The
argument classes translate Java types into JDBC parameters. |
| org.jdbi.v3.core.array |
The
array package binds Java arrays and collections to SQL arrays, and
handles mapping array result types back to Java arrays and collections. |
| org.jdbi.v3.core.collector |
The
collector package reduces the mapped rows of the result set
into a Stream Collector to produce the final aggregated result. |
| 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.mapper |
mappers take the JDBC ResultSet and produce Java results. |
| org.jdbi.v3.core.mapper.reflect |
mapper.reflect provides RowMappers that reflectively
construct result types using techniques like constructor injection
or JavaBeans setters. |
| org.jdbi.v3.core.statement |
The
statement package provides most of the Fluent API
to drive statement execution. |
| org.jdbi.v3.core.transaction |
The
transaction package implements the strategy
Jdbi uses to open and close transactions. |
| Class and Description |
|---|
| ConfigRegistry
A registry of
JdbiConfig instances by type. |
| Configurable
A type with access to access and modify arbitrary Jdbi configuration.
|
| Class and Description |
|---|
| ConfigRegistry
A registry of
JdbiConfig instances by type. |
| JdbiConfig
Interface for classes that hold configuration.
|
| Class and Description |
|---|
| ConfigRegistry
A registry of
JdbiConfig instances by type. |
| JdbiConfig
Interface for classes that hold configuration.
|
| Class and Description |
|---|
| JdbiConfig
Interface for classes that hold configuration.
|
| Class and Description |
|---|
| ConfigRegistry
A registry of
JdbiConfig instances by type. |
| JdbiConfig
Interface for classes that hold configuration.
|
| Class and Description |
|---|
| ConfigRegistry
A registry of
JdbiConfig instances by type. |
| Configurable
A type with access to access and modify arbitrary Jdbi configuration.
|
| JdbiConfig
Interface for classes that hold configuration.
|
| Class and Description |
|---|
| ConfigRegistry
A registry of
JdbiConfig instances by type. |
| JdbiConfig
Interface for classes that hold configuration.
|
| Class and Description |
|---|
| JdbiConfig
Interface for classes that hold configuration.
|
| Class and Description |
|---|
| ConfigRegistry
A registry of
JdbiConfig instances by type. |
| Configurable
A type with access to access and modify arbitrary Jdbi configuration.
|
| JdbiConfig
Interface for classes that hold configuration.
|
| Class and Description |
|---|
| JdbiConfig
Interface for classes that hold configuration.
|
Copyright © 2017. All rights reserved.