Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
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: Task
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: Fri, 6 Jun 2003 11:34 PM
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
|