| Package | Description |
|---|---|
| org.hisp.quick.mapper |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
ObjectMapper.getCollection(ResultSet resultSet,
RowMapper<T> rowMapper)
Retrieves a Collection from the argument ResultSet using the argument RowMapper.
|
T |
ObjectMapper.getObject(ResultSet resultSet,
RowMapper<T> rowMapper)
Retrieves an Object from the argument ResultSet using the argument RowMapper.
|
Copyright © 2016 UiO. All rights reserved.