Message:
The following issue has been closed.
Resolver: Gavin King
Date: Wed, 5 Nov 2003 6:33 AM
This is a dupe of HB-132
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-458
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-458
Summary: Order on joined table columns in Criteria API
Type: Improvement
Status: Closed
Priority: Major
Resolution: DUPLICATE
Project: Hibernate2
Components:
core
Versions:
2.1 beta 5
Assignee:
Reporter: Wouter van der Kamp
Created: Wed, 5 Nov 2003 6:27 AM
Updated: Wed, 5 Nov 2003 6:33 AM
Description:
I think it would be really usefull if the Criteria API also supported ordering on joined column tables, for instance:
List cats = sess.createCriteria(Cat.class)
.createAlias("mate", "mate")
.addOrder( Order.asc("mate.age") )
.list();
I hope this could be developed soon!
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|