-->
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: Additional Criteria in the JOIN Clause
PostPosted: Fri Jun 18, 2004 4:33 pm 
Newbie

Joined: Fri Nov 28, 2003 9:08 am
Posts: 19
Location: Brasil
Hi,

how can I do the sql query below with hibernate?

select *
from project p
right outer join project_date pd
on p.idproject = pd.idproject
right outer join date_type t
on (pd.idtype = t.idtype and pd.idproject = ?)

I looked on Creteria and SQL Query with hibernate...but I could not find a solution for this.

If anyone could point the solution or a way out of it......

tks a lot
Felipe


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.