-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.0
-
Release Notes
-
-
Documented as Resolved Issue
-
ASSIGNED
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2049
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).