-->
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: Using cast in order by
PostPosted: Wed Nov 02, 2005 6:28 am 
Newbie

Joined: Tue Sep 27, 2005 5:48 am
Posts: 5
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp

Hibernate version: 3.0

Hi All,

I want to use cast in order by. Ex:
order by cast (step_num as number)

step_num is a varchar2 column and I need to fetch records using order by clause, casting that column to number.

Can any one tell me how to achieve this in hibernate using one of the following options.

1) addOrder(Order.asc("step_num")) (Adding an order clause to createCriteria)

2) OR using hql. Ex: From table_1 ORDER BY ....

Thanks in Advance,
Zombie

_________________
Catch me if you Can


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.