Steve Ebersole commented on Improvement HHH-4394

While I was in this code, I also added 2 new capabilities:

1) Is the ability to @OrderBy on a basic element collection. JPA actually defines that, but we never had support for it.

2) In element collections of both basic and component (embedded) types, you can now do @OrderBy( "desc" ) to get a descending natural ordering. JPA defines @OrderBy() as being an ascending natural ordering.

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