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