-->
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: Criteria query for outer join to subquery
PostPosted: Mon Aug 01, 2011 5:47 am 
Newbie

Joined: Mon Aug 01, 2011 5:23 am
Posts: 1
Hi,

I have two tables TABLEA and TABLEB

TABLEA : int id, String val.
TABLEB: int id, String logs, int a_ref


I need to create a query such as :-

select tabB.* from TABLEB tabB
left outer join (select tabA_.ID from TABLEA tabA_) attr on attr.ID = tabB.a_ref;

Can somebody please help me how to create a criteria query in hibernate for this.


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.