-->
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: outer-join mapping
PostPosted: Mon Apr 19, 2004 8:29 am 
Expert
Expert

Joined: Fri Feb 06, 2004 7:49 am
Posts: 255
Location: Moscow, Russia
Can somebody tell me why <one-to-one .. outer-join="true"> mapping does not work, I mean does not use outer join?

in hibernate.cfg.xml I set :
Code:
<property name="use_outer_join">true</property>
<property name="max_fetch_depth">10</property>


I use PostgreSQL 7.3.4, it has outer joins.

It is interensting, but if I use left outer join fetch for this one-to-one assosiation in HQL query, everything is fine, Hibernate generates SQL with left outer join.

Or maybe I have to post a bug/request to JIRA?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 19, 2004 10:17 am 
Hibernate Team
Hibernate Team

Joined: Tue Sep 09, 2003 2:10 pm
Posts: 3246
Location: Passau, Germany
Show your mapping.


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.