You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Robert Zeigler (JIRA)" <ji...@apache.org> on 2009/03/07 23:24:16 UTC

[jira] Commented: (CAY-1186) EJBQLQuery should support setPageSize.

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

Robert Zeigler commented on CAY-1186:
-------------------------------------

After looking at this further and a bit of experimentation, it appears that the only thing that's really necessary, or at least a nicety, is a "setPageSize" method for EJBQLQuery. 
You can already call initWithProperties in the current snapshot, so I used that to test EJBQLQuery in conjunction with a non-zero page size; so it appears that this now becomes a perfunctory affair of adding the getter/setter to EJBQLQuery.

> EJBQLQuery should support setPageSize.
> --------------------------------------
>
>                 Key: CAY-1186
>                 URL: https://issues.apache.org/cayenne/browse/CAY-1186
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: Cayenne Core Library
>    Affects Versions: 3.0M5
>         Environment: any
>            Reporter: Robert Zeigler
>            Assignee: Robert Zeigler
>            Priority: Minor
>
> SelectQuery and SQLTemplate both support page size for at least queries rooted in an objentity; EJBQLQuery should also support this feature.

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