Uses of Interface
org.soulwing.jdbc.RowMapper
-
Packages that use RowMapper Package Description org.soulwing.jdbc JDBC facade and supporting classes -
-
Uses of RowMapper in org.soulwing.jdbc
Methods in org.soulwing.jdbc with parameters of type RowMapper Modifier and Type Method Description JdbcQuery<T>
JdbcQuery. mappingRowsWith(RowMapper<T> rowMapper)
Configures this query to use the given row mapper.<T> List<T>
JdbcCall. retrieveList(RowMapper<T> rowMapper)
Retrieves and maps all rows in the current result set using the given row mapper.<T> T
JdbcCall. retrieveValue(RowMapper<T> rowMapper)
Retrieves and maps a single row in current result set, which must contain exactly one row.
-