public interface RowMapper<T>
void validate(ResultSet resultSet) throws SQLException, RowMapperValidationException
resultSet
- SQLException
RowMapperValidationException
T mapRow(ResultSet resultSet) throws SQLException, RowMapperMappingException
T nullObject()
Copyright © 2016 Eclipse SCADA Project. All rights reserved.