-->
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] how to create map of Object.id->Object
PostPosted: Thu Jun 02, 2005 11:24 am 
Newbie

Joined: Thu Jun 02, 2005 11:12 am
Posts: 1
Hi,

I have two classes that looks like the classic Order/Item example:
Code:
Class Item {
  Long itemId;
  String name;
}

Class Order {
  Long orderId
  Set Items;
}

The is a relation of many-to-one between Item and Order, and one-to-many vice versa.

Inside Order, I'd like to have a getItemById() method, so basically I thought about holding the items in a map (int->Item). I'm quite newbie to Hibernate, so I have no clue how to do it, and I haven't found references on the web.

I use Hibernate 3.0.5 and MySQL/InnoDB if it helps.

Thanks,
David


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.