T - target class@FunctionalInterface public interface Mapper<T>
| Modifier and Type | Method and Description |
|---|---|
T |
map(ResultSet rs) |
T map(ResultSet rs) throws SQLException
rs - ResultSet containing data of a table row. ResultSet should not be mutated in a Mapper implementation.SQLException - a Mapper is allowed to throw SQLException for implementation convenienceCopyright © 2016. All rights reserved.