[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2802) Support HQL style order by (JPA @OrderBy)

Emmanuel Bernard (JIRA) noreply at atlassian.com
Tue Aug 21 15:36:13 EDT 2007


Support HQL style order by (JPA @OrderBy)
-----------------------------------------

                 Key: HHH-2802
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2802
             Project: Hibernate3
          Issue Type: New Feature
          Components: core
            Reporter: Emmanuel Bernard
             Fix For: 3.3


Hibernate Annotations works around the lack of ability to define Order by clause using properties rather than columns by doing the translation at configuration time.
Unfortunately, this cannot take alias into account.

So moving this logic to the core would make sense

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list