[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-912) Use of DetachedCriteria

Chris Braun (JIRA) noreply at atlassian.com
Thu Dec 11 11:17:39 EST 2008


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31925#action_31925 ] 

Chris Braun commented on HHH-912:
---------------------------------

I am also working with a DetachedCriteria and would like to find out how to use setMaxResults() and setFirstResult() but I don't see them available in the v3 API.  Because of the lack of response to this over the last 3 years, I feel I must be missing something.  Is there some other way to set these limits on a DetachedCriteria?

> Use of DetachedCriteria
> -----------------------
>
>                 Key: HHH-912
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-912
>             Project: Hibernate Core
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 3.0.5
>         Environment: All
>            Reporter: Frank Verbruggen
>            Priority: Minor
>
> The class org.hibernate.criterion.DetachedCriteria should represent a criteria object on which all the operations available to a Criteria object that do NOT require a Session object are available.
> Two such operations are setFirstResult() and setMaxResults().
> These are unfortunately enough not available.
> There probably are more methods missing that need to be added but these two in particular are important to me.
> See http://opensource2.atlassian.com/projects/spring/browse/SPR-1254.
> Can they be added in the next release ?
> Kind regards
> Frank Verbruggen

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list