Details
-
Type:
New Feature
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.1 rc1
-
Fix Version/s: None
-
Component/s: core
-
Labels:None
-
Environment:Hibernate 2.1+, (Any DB)
-
Last commented by a user?:true
-
Sprint:
Description
Need the ability to specify that results of a Criteria query should be 'DISTINCT', especially when joining to a collection. So the Criteria equivalent of the HQL statement
"select distinct parent from Parent as parent join Parent.children as child where child.age>5"