Thomas Fox created TORQUE-245:
---------------------------------
Summary: API Change for Record mapper interface
Key: TORQUE-245
URL: https://issues.apache.org/jira/browse/TORQUE-245
Project: Torque
Issue Type: Sub-task
Components: Runtime, Templates
Affects Versions: 4.0-beta1
Reporter: Thomas Fox
Fix For: 4.0-beta2
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)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]