-->
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: Wie kann ich folgende Map zu persistieren?
PostPosted: Mon Nov 27, 2006 8:38 am 
Newbie

Joined: Sun Nov 26, 2006 10:57 pm
Posts: 4
Hallo allseits,

ich habe hier folgende Klasse, von der ich nicht weiß, wie ich die Map persistieren kann:

class MailAddr {...};

class MailAddrContainer {
Map<MailAddr, Boolean> m = ....
}

Die Map brauche ich, um mir zu einer MailAdresse zu merken, ob ich sie als Defaultaddr. (True) oder nicht (False) nutzen kann. Dummerweise scheine ich eigene Klassen nicht als Key einer Map so einfach persistieren zu können.

Hat hier jemand eine Idee, wie ich das umsetzen kann? Am besten so, daß die Mailadressen in eine eigene Tabelle gehen, die ein Feld DefaultOrNot hat?

Viele Grüße

Oliver


Top
 Profile  
 
 Post subject:
PostPosted: Mon Nov 27, 2006 11:11 am 
Newbie

Joined: Sun Nov 26, 2006 10:57 pm
Posts: 4
Ich habe jetzt folgende Lösung gefunden:

Anstatt von Boolean nehme ich jetzt ein Integer und speichere die Werte wie folgt ab:

<map name="items" table="mailaddress">
<key column="mailaddresslistid"/>
<composite-map-key class="MailAddressI">
<key-property name="mailAddress" />
</composite-map-key>
<element column="defaultornot" type="int" />
</map>


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.