From: Maarten W. (JIRA) <no...@at...> - 2006-05-31 23:06:20
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1803?page=all ] Maarten Winkels updated HHH-1803: --------------------------------- Attachment: criteria-scroll-fetch-collection.patch This (incremental) patch solves the problem. Apply the patch in the linked issue first. > Allow fetching with criteria when scrolling > ------------------------------------------- > > Key: HHH-1803 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1803 > Project: Hibernate3 > Type: Improvement > Components: query-criteria > Versions: 3.2.0.cr2 > Reporter: Maarten Winkels > Attachments: Child.java, CriteriaScrollFetchTest.java, Parent.java, ParentChild.hbm.xml, criteria-scroll-fetch-collection.patch > > > 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 |