| Package | Description |
|---|---|
| org.jdbi.v3.core.mapper |
mappers take the JDBC ResultSet and produce Java results. |
| Modifier and Type | Method and Description |
|---|---|
ColumnMappers |
ColumnMappers.createCopy() |
ColumnMappers |
ColumnMappers.register(ColumnMapper<?> mapper)
Register a column mapper which will have its parameterized type inspected to determine what it maps to.
|
ColumnMappers |
ColumnMappers.register(ColumnMapperFactory factory)
Register a column mapper factory.
|
ColumnMappers |
ColumnMappers.register(Type type,
ColumnMapper<?> mapper)
|
Copyright © 2017. All rights reserved.