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: Parent Child with <list>
PostPosted: Fri Sep 15, 2006 4:49 pm 
Contributor
Contributor

Joined: Tue May 30, 2006 1:25 am
Posts: 29
Hibernate version: SVN

Mapping documents:
<class name="Ag" table="ag" lazy="false">
<id name="Id" type="Guid">
<generator class="guid" />
</id>
<property name="Name" column="aname" />
<list name="Items" inverse="true" cascade="all-delete-orphan" generic="true">
<key column="a_id" />
<index column="a_idx" />
<one-to-many class="Bg" />
</list>
</class>
<class name="Bg" table="bg" lazy="false">
<id name="Id" type="Guid">
<generator class="guid" />
</id>
<many-to-one name="Aparent" class="Ag" column="a_id" not-null="true"/>
<property name="Name" column="aname" />
</class>


There is the possibility of mapping a parent/child using <list> insted of <bag> or <set>?

_________________
Fabio Maulo.


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.