-->
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: Join in HQL
PostPosted: Thu Feb 23, 2006 11:10 am 
Newbie

Joined: Tue Dec 27, 2005 1:10 pm
Posts: 1
Hibernate version: 3.1 (12.12.2005)
Hi hibernators!

I wonder if it is possible to make an outer join in a way like many RDBMS support:
Code:
select user.firstname, user.lastname, address.street  from User user, Address address where user.addressid(+) = address.addressid


Of course I can implement this by a one-to-one mapping but nevertheless
I would like to know if hibernate does/will support those outer joins.

Thanks for a short reply,
Andreas


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 24, 2006 1:35 am 
Beginner
Beginner

Joined: Mon Jan 30, 2006 2:28 am
Posts: 47
Location: INDIA
hI,

Just refer this link.

http://www.hibernate.org/hib_docs/v3/re ... -outerjoin

_________________
A.Edward Durai
"The things which are impossible with men are possible with God."


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.