Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.3, 3.2.0.cr4, 3.5.0.Beta-1, 3.5.2, 3.6.3
-
Fix Version/s: 3.6.4, 4.0.0.Alpha3
-
Component/s: query-criteria
-
Labels:None
-
Environment:Hibernate 3.1.3/3.2.0rc4, hsqldb 1.8
-
Bug Testcase Reminder (view):
-
Last commented by a user?:true
-
Sprint:
Description
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.