[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-1803) Allow fetching with criteria when scrolling

Corey Puffalt (JIRA) noreply at atlassian.com
Mon Feb 8 20:25:29 EST 2010


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

Corey Puffalt commented on HHH-1803:
------------------------------------

I'd also like to know why this issue is being ignored when a patch is available.  Also, I'm not so sure this should be listed as an enhancement when the API already allows one to do a scroll() and no exception or anything is thrown when scrolling over a Criteria with one-to-many relationship(s) and FetchMode.JOIN specified.  Instead, we get a silent corruption of the results!

> Allow fetching with criteria when scrolling
> -------------------------------------------
>
>                 Key: HHH-1803
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1803
>             Project: Hibernate Core
>          Issue Type: Improvement
>          Components: query-criteria
>    Affects Versions: 3.2.0.cr2
>            Reporter: Maarten Winkels
>         Attachments: Child.java, criteria-scroll-fetch-collection.patch, CriteriaScrollFetchTest.java, Diffs-applied-to-3.3.2.GA.zip, Parent.java, ParentChild.hbm.xml
>
>
> When querying by criteria, fetching is allowed, but when scrolling a criteria, the fetching corrupts the result.

-- 
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