| Constructor and Description |
|---|
SingleColumnRowMapper(Class<T> clazz) |
public void validate(ResultSet resultSet) throws RowMapperValidationException, SQLException
RowMappervalidate in interface RowMapper<T>RowMapperValidationExceptionSQLExceptionpublic T mapRow(ResultSet resultSet) throws RowMapperMappingException, SQLException
mapRow in interface RowMapper<T>RowMapperMappingExceptionSQLExceptionpublic T nullObject()
RowMappernullObject in interface RowMapper<T>