You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrus Adamchik (JIRA)" <ji...@apache.org> on 2008/12/12 16:22:11 UTC

[jira] Commented: (CAY-1147) Remove id reading functionality from ResultIterator

    [ https://issues.apache.org/cayenne/browse/CAY-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203#action_13203 ] 

Andrus Adamchik commented on CAY-1147:
--------------------------------------

for a good measure, we may remove other ResultIterator methods deprecated in M5, that are much easier to replace compared to nextObjectId() :

skipDataRow
getDataRowWidth
nextDataRow

> Remove id reading functionality from ResultIterator
> ---------------------------------------------------
>
>                 Key: CAY-1147
>                 URL: https://issues.apache.org/cayenne/browse/CAY-1147
>             Project: Cayenne
>          Issue Type: Task
>          Components: Cayenne Core Library
>    Affects Versions: 3.0M5
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>             Fix For: 3.0M6
>
>
> in an effort to streamline result processing to make it possible to process complex result mappings, I am going to remove "nextId" and "nextObjectId" (deprecated in M5) methods from ResultIterator. The only internal users of this method are paginated lists, where I am going to implement a different more universal strategy for pagination. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.