-->
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: Why the <one-to-many> can't not specify a collum attri
PostPosted: Tue Sep 02, 2003 10:53 pm 
Newbie

Joined: Mon Sep 01, 2003 9:23 pm
Posts: 2
Why the <one-to-many> can't not specify a collum attrinute as the<manay-to-many> ? :((
Waht can I do in the situation that the parent table's primary collum name is different form the child's ?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Sep 03, 2003 2:49 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 7:19 pm
Posts: 2364
Location: Brisbane, Australia
Check the DTD and Docs but in anycase it is a sub node of the collection specification, eg, Notice the key node and column attibute.

<set
name="roles"
lazy="true"
inverse="true"
cascade="none"
sort="unsorted"
>
<key
column="principalKey"
/>
<one-to-many
class="persistent.domain.Role"
/>
</set>


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.