-->
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: Mapping für Listen mit Elementen gleichen Typs
PostPosted: Wed Feb 27, 2008 5:16 am 
Newbie

Joined: Tue Feb 26, 2008 9:27 am
Posts: 2
Hallo zusammen,

ich habe ein kleines Problem mit meinem Mapping und hoffe jemand hier kann mir helfen.

Und zwar möchte ich eine Klasse mappen welche 2 Listen enthält. Das Problem dabei ist, dass die beiden Listen Elemente gleichen Typs enthalten. Die Mappings für die beiden Listen habe ich wie folgt definiert.

<list name="markerA" cascade="all">
<key column="PARENT_ID" />
<list-index column="ITEM_POSITION" />
<one-to-many class="my.test.MarkerItemImpl" />
</list>

<list name="markerB" cascade="all">
<key column="PARENT_ID" />
<list-index column="ITEM_POSITION" />
<one-to-many class="my.test.MarkerItemImpl" />
</list>


Hibernate mappt nun beide Listen in eine Tabelle MARKER_ITEM. Wenn ich nun Einträge neue Einträge in die Listen speichere kommen diese auch in der DB an. Allerdings wird beim auslesen aus der DB eine der beiden Listen nicht mehr geladen.

Ich hoffe mir kann jemand einen Tip geben woran das liegen könnte und was ich dagegen tun kann.

Im voraus schon einmal vielen Dank für Antworten.


Achja falls benötigt ich verwende Hibernate Version 3.2.5


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.