[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2049?page=c...
]
Gail Badner edited comment on HHH-2049 at 5/3/11 11:50 PM:
-----------------------------------------------------------
Mattias, thanks for identifying the problem. I've prepared a pull request that seems
to fix this problem:
https://github.com/hibernate/hibernate-core/pull/71 (corrected).
A side-effect is that the collection returned by the criteria is uninitialized. When it is
initialized by the application, it will contain the full collection.
was (Author: gbadner):
Mattias, thanks for identifying the problem. I've prepared a pull request that
seems to fix this problem:
https://github.com/hibernate/hibernate-core/pull/70
A side-effect is that the collection returned by the criteria is uninitialized. When it is
initialized by the application, it will contain the full collection.
LEFT OUTER JOIN subcriteria filters children
--------------------------------------------
Key: HHH-2049
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2049
Project: Hibernate Core
Issue Type: Bug
Components: query-criteria
Affects Versions: 3.1.3, 3.2.0.cr4, 3.5.0.Beta-1, 3.5.2, 3.6.3
Environment: Hibernate 3.1.3/3.2.0rc4, hsqldb 1.8
Reporter: Mattias Jiderhamn
Assignee: Gail Badner
Attachments: SubCriteriaTestCase.zip
When using the Criteria API with LEFT OUTER JOIN to add criterias to the children, i.e.
criteria.createCriteria("children", JoinFragment.LEFT_OUTER_JOIN)
the child collections will only contain those children matching the criteria. (Even when
*not* using any Filters).
The attached testcase (also found here:
http://forum.hibernate.org/viewtopic.php?p=2320786) will explain it in more detail.
--
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