-->
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.  [ 2 posts ] 
Author Message
 Post subject: HQL : LEFT JOIN : Extra Conditions...
PostPosted: Tue Jul 06, 2004 4:44 pm 
Beginner
Beginner

Joined: Thu May 06, 2004 4:06 pm
Posts: 25
Hello,

Just wondering if this is possible in HQL to add more conditions to the LEFT JOIN.

SQL:

Code:
SELECT * FROM foo LEFT JOIN bar ON foo.id = bar.foo_id AND bar.type = 'blah';


which is certainly different from:

Code:
SELECT * FROM foo LEFT JOIN bar ON foo.id = bar.foo_id WHERE bar.type = 'blah';


Any help would be appreciated, as I can't find anything in the docs.

Thanks!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 06, 2004 6:38 pm 
Hibernate Team
Hibernate Team

Joined: Tue Sep 09, 2003 2:10 pm
Posts: 3246
Location: Passau, Germany
No, this is not possible.


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

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.