Group By and Order By only work on objects with aggregate fields. From the user guide:
"Hibernate also does not currently expand a grouped entity, so you cannot write group by cat if all properties of cat are non-aggregated. You have to list all non-aggregated properties explicitly."
Is entity expansion something we want to support? How would it work? Automatically group-by all entity columns?
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Group By and Order By only work on objects with aggregate fields. From the user guide:
"Hibernate also does not currently expand a grouped entity, so you cannot write group by cat if all properties of cat are non-aggregated. You have to list all non-aggregated properties explicitly."
Is entity expansion something we want to support? How would it work? Automatically group-by all entity columns?