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: XDoclet 1.2.3 ignores fetch tag?
PostPosted: Wed Oct 19, 2005 10:22 pm 
Newbie

Joined: Thu May 26, 2005 6:31 pm
Posts: 19
Hibernate version: 3.05

Mapping documents: /**
* @hibernate.one-to-one cascade="none"
* class="MyClass"
* fetch="select"
* property-ref="myReference"
*/


XDoclet 1.2.3 ignores the new fetch tag and put outer-join="auto" in.

Code:
<one-to-one name="myName" class="MyService" cascade="none" outer-join="auto" constrained="false" property-ref="myReference"/>


Any idea?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 19, 2005 10:40 pm 
Newbie

Joined: Thu May 26, 2005 6:31 pm
Posts: 19
Read through XDoclet 1.2.3's documentation. Looks like it does not suppor some of the new Hibernate 3 syntax, e.g. fetch.

Under one-to-one, it still list outer-join with default value of "auto".

How does everyone else get away from the problem? I know I can continue to use outer-join, for now.


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.