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