From: Steve E. (JIRA) <no...@at...> - 2006-05-04 11:52:28
|
Have multiple bag fetches revert to subselect fetching for all but one of the bags ---------------------------------------------------------------------------------- Key: HHH-1718 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1718 Project: Hibernate3 Type: Improvement Components: query-hql, query-criteria, core Reporter: Steve Ebersole Assigned to: Steve Ebersole Fix For: 3.2.0 Follow on to HHH-1413. Multiple bag fetches were simply disallowed as the resolution to that particular case in the interest of working around that issue. The correct longer term solution is to not fetch all the bags at once, ideally reverting to subselect fetching for all but one of the bags. -- 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 |