public interface RowMapper<T>
Modifier and Type | Field and Description |
---|---|
static RowMapper<java.lang.Integer> |
COUNT |
static RowMapper<java.lang.Long> |
PRIMARY_KEY |
Modifier and Type | Method and Description |
---|---|
T |
mapRow(java.sql.ResultSet resultSet) |