-->
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: Need to translate the following query into hibernate
PostPosted: Tue May 24, 2005 10:54 pm 
Newbie

Joined: Fri Apr 08, 2005 11:37 am
Posts: 2
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp

Hibernate version: 3.0

Hi Guys,
I need to translate the following Oracle query into Hibernate.

select a.column1, b.column2 from table1 b, table2 a
where a.id (+) = b.id and
and a.student_id (+) = 1

I used createSQLQuery , and am succesfully getting the list of rows. but the object[] for each row is of length 0, i.e the row data is not getting populated.

Am I missing something, or is there a better way of expressing this


Thanks in advance
Gopi


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.