You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by "Thomas Fox (JIRA)" <ji...@apache.org> on 2012/11/18 09:42:11 UTC

[jira] [Created] (TORQUE-245) API Change for Record mapper interface

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: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


[jira] [Resolved] (TORQUE-245) API Change for Record mapper interface

Posted by "Thomas Fox (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TORQUE-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Fox resolved TORQUE-245.
-------------------------------

    Resolution: Fixed
    
> 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: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org