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.  [ 1 post ] 
Author Message
 Post subject: HQL: Named Parameter on order by clause
PostPosted: Wed Nov 08, 2006 5:42 am 
Newbie

Joined: Tue Oct 24, 2006 2:51 pm
Posts: 19
NHibernate 1.2.1beta1

Named query :
that's a pretty simple query

<query name="EGroup_All">
from Domain.EGroup order by :SortExpression
</query>


at runtime, if i try to set namedparameter :SortExpression with something like "Description DESC", or (Domain.EGroup.Description ASC or something like an alias name) the resulting SQL generated from NHibernate loader as seen in logfiles does not have ORDER BY clause (that's it, the result set is unordered)

I'm maing something wrong? can i do that with another method?
thanx


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

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.