Description
The need to determine the select columns in a Record Mapper results in an API change:
RecordMapper<T>.T processRow(ResultSet resultSet, int rowOffset)
needs to be changed to
RecordMapper<T>.T processRow(ResultSet resultSet, int rowOffset, CriteriaInterface<?> criteria)