From: <leg...@at...> - 2003-06-11 13:20:19
|
The following issue has been updated: Updater: Gavin King (mailto:ga...@in...) Date: Wed, 11 Jun 2003 8:19 AM Comment: There are certain problems with this, but I am thinking about them. Changes: type changed from Task to Improvement --------------------------------------------------------------------- For a full history of the issue, see: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-123&page=history --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-123 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-123 Summary: Apply distinctness to HQL fetch of collection Type: Improvement Status: Unassigned Priority: Minor Project: Hibernate2 Components: core Versions: 2.0 final Assignee: Reporter: Steve Knight Created: Fri, 6 Jun 2003 11:34 PM Updated: Wed, 11 Jun 2003 8:19 AM Description: HQL fetch of an associated collection should return distinct entities. For example, the following HQL: "FROM Department dept LEFT JOIN FETCH dept.personnel" should return each department(with its associated collection) only once. --------------------------------------------------------------------- JIRA INFORMATION: 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/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |