| Package | Description |
|---|---|
| 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.config |
The
config classes define a configuration registry starting from
each Jdbi instance. |
| 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.result |
result provides the streaming interface that reads rows from JDBC
and drives the mapper and collector processes to
produce results. |
| org.jdbi.v3.core.statement |
The
statement package provides most of the Fluent API
to drive statement execution. |
| Class and Description |
|---|
| ColumnMapper
Maps result set columns to objects.
|
| ColumnMapperFactory
Factory interface used to produce column mappers.
|
| Class and Description |
|---|
| ColumnMapper
Maps result set columns to objects.
|
| ColumnMapperFactory
Factory interface used to produce column mappers.
|
| RowMapper
Maps result set rows to objects.
|
| RowMapperFactory
Factory interface used to produce row mappers.
|
| Class and Description |
|---|
| ColumnMapper
Maps result set columns to objects.
|
| ColumnMapperFactory
Factory interface used to produce column mappers.
|
| ColumnMappers
Configuration registry for
ColumnMapperFactory instances. |
| JoinRow
Holder for a single joined row.
|
| JoinRowMapper
A
RowMapper implementation to easily compose existing
RowMappers. |
| MapEntryMappers
Configuration class for MapEntryMapper.
|
| RowMapper
Maps result set rows to objects.
|
| RowMapperFactory
Factory interface used to produce row mappers.
|
| RowMappers
Configuration registry for
RowMapperFactory instances. |
| Class and Description |
|---|
| RowMapper
Maps result set rows to objects.
|
| RowMapperFactory
Factory interface used to produce row mappers.
|
| Class and Description |
|---|
| ColumnMapper
Maps result set columns to objects.
|
| RowMapper
Maps result set rows to objects.
|
| Class and Description |
|---|
| ColumnMapper
Maps result set columns to objects.
|
| RowMapper
Maps result set rows to objects.
|
Copyright © 2017. All rights reserved.