-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: Order by doesn't work on child object ?
PostPosted: Fri Aug 05, 2005 11:01 pm 
Beginner
Beginner

Joined: Fri May 13, 2005 11:21 pm
Posts: 21
Location: Atlanta, GA
I tried this :

select p from btweb.domainModel.Project p order by p.Client.Name

and the results are not sorted by p.Client.Name

if I try

select p.Client.Name from btweb.domainModel.Project p order by p.Client.Name

then the results are correctly sorted.

Client is declared in the Project.hbm.xml file as :

<many-to-one name="Client" class="btweb.domainModel.Client, btweb" column="clientId"/>

The Client has no reference to the Project class.

Is this a bug, or can I not sort by child a child (composite) object ?

_________________
Cheers,
Grant

http://theresidentalien.typepad.com/
http://www.bluetube.com


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 06, 2005 8:36 am 
Contributor
Contributor

Joined: Wed May 11, 2005 4:59 pm
Posts: 1766
Location: Prague, Czech Republic
Looks like a bug to me, can you please create a JIRA issue with a small example? Also, try looking what SQL NHibernate generates for the buggy query (either in your database server logs, or by enabling NHibernate logging).


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 06, 2005 2:54 pm 
Beginner
Beginner

Joined: Fri May 13, 2005 11:21 pm
Posts: 21
Location: Atlanta, GA
Added issue NH-345

Cheers
Grant

_________________
Cheers,
Grant

http://theresidentalien.typepad.com/
http://www.bluetube.com


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.