-->
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: XDoclet : how to declare join tables for one-to-one asso
PostPosted: Thu May 19, 2005 10:57 am 
Newbie

Joined: Thu May 19, 2005 10:46 am
Posts: 1
Hibernate v3, xdoclet v1.2.3

I would like to use join table for bidirectional one-to-one or one-to-many associations. According to documentation, I would like to produce, one the "one" side, something like :

<join table="PersonAddress"
inverse="true"
optional="true">
<key column="addressId"/>
<many-to-one name="person"
column="personId"
not-null="true"/>
</join>

I cant' find a way to declare a table name if I'm not on a collection (set, bag, list, ...)

I must be missing something, what ?

Thanks.

_________________
mtrain


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.