|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- Type that the mapRow returns.public interface GenericRowMapper<T>
Parameterized version similar to Spring's RowMapper which converts a result row into an object.
Method Summary | |
---|---|
T |
mapRow(DatabaseResults results)
Used to convert a results row to an object. |
Method Detail |
---|
T mapRow(DatabaseResults results) throws SQLException
results
- Results object we are mapping.
SQLException
- If we could not get the SQL results or instantiate the object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |