[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-1718?page=c...
]
Geoffrey De Smet commented on HHH-1718:
---------------------------------------
This issue would fix the ussual workaround of Set or @IndexColumn.
To my domain model that workaround is dirty (not an improvement), because:
- we show the bags, but don't persist them (left join eager fetched).
- we specifically need a List (not a Set) on our presentation tier
- we don't need @IndexColumn: either we order them in the query or we order them later
on the presentation tier.
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
Issue Type: Improvement
Components: core, query-criteria, query-hql
Reporter: Steve Ebersole
Assignee: Steve Ebersole
Fix For: hql+collection
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira