-->
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: XML Struktur ohne Collections
PostPosted: Thu Dec 15, 2005 12:48 pm 
Newbie

Joined: Thu Dec 15, 2005 12:33 pm
Posts: 5
hallo,

ist es möglich, die folgende XML Struktur abzubilden?

Code:
<root>
    <name/>
    <Knoten">
        <id>1</id>
        <xyz>string1</xyz>
    </Knoten>

    <Knoten">
        <id>2</id>
        <xyz>string2</xyz>
    </Knoten>
</root>



Die Idee dahinter ist folgende:
die Knoten sollen in einer DB Tabelle gespeichert werden.
Es sind IMMER GENAU 2 Knoten vorhanden, deshalb dachte ich an eine DB Tabelle nach diesem Schema:

- root_id
- name
- id_a
- xyz_a
- id_b
- xyz_b

Versucht habe ich das ganze mit 2 Components die hintereinander stehen. Jedoch kommt Hibernate nicht damit klar wenn das node Attribut bei beiden gleich ist. Als Ergebnis bekomme ich nur 1 Element.

Gibt es eine andere Möglichkeit eine 1:2 Beziehung zu mappen? Am besten natürlich ohne extra Tabelle...


Gruß, René


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 19, 2005 2:50 am 
Newbie

Joined: Thu Dec 15, 2005 12:33 pm
Posts: 5
keiner eine idee?


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.