public interface QueryMapper<T>
query and map it execution result to a type.| Modifier and Type | Method and Description |
|---|---|
T |
process(java.sql.ResultSet resultSet)
Processes single result sets row.
|
T process(java.sql.ResultSet resultSet) throws java.sql.SQLException
null to stop iterations.java.sql.SQLExceptionCopyright © 2003-present Jodd Team