From: Joris W. (JIRA) <no...@at...> - 2006-07-04 14:17:57
|
Fetch EAGER_SELECT for one-to-many associations ----------------------------------------------- Key: HHH-1875 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1875 Project: Hibernate3 Type: New Feature Components: core Versions: 3.1.3 Reporter: Joris Wijlens Priority: Minor I create a criteria query for a object that has a one-to-many relation to another object. Now I can't use the FetchMode join to eagerly fetch the associated objects because i get an cartesian product. But FetchMode select does not select my associated object eagerly. I would like to have a FetchMode that does an eager select. -- 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 |