-->
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: How to map an object containing a map as a map
PostPosted: Tue Oct 10, 2006 10:55 am 
Newbie

Joined: Tue Oct 10, 2006 10:37 am
Posts: 1
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp

Hibernate version: 3.1.1

I have a utility class Historique which contains a map of Persistent objects. I also have a couple of persistent objects which have a Historique attribute.

How can I map this stuff ?

Code:
public Historique {
private Map map
...methods here
}

public A {
Historique h<Date, B>; //B is a persistent Object
}

public AnotherA {
Historique h<Date, C>; //C is also a persistent Object


regards,
dom


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.