-->
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: Tricky Mapping with Treemaps
PostPosted: Mon Apr 26, 2010 3:05 pm 
Newbie

Joined: Sun Apr 25, 2010 4:50 pm
Posts: 2
Hello everybody

I try to do a hibernate mapping hbm file corresponding to my model. I'm searching for a solution for several days. Maybe somebody could help me ?

Here is my java domain class with only elements where I have issues :


public class Course implements Serializable {

.....

private TreeMap<DateTime, Classement> classements = new TreeMap<DateTime, Classement>();

}

public class Classement implements Serializable {

.....

private TreeMap<Integer, List<Integer>> struct;

}

Sorry to bother you with such thing but your help would be really appreciated to go on my project.


Thanks for your help
Vince


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.