-->
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: Help with association
PostPosted: Fri Jul 14, 2006 6:14 am 
Beginner
Beginner

Joined: Fri Jul 07, 2006 12:08 pm
Posts: 37
I have a class called transportpackage,which has various properties including Destination(which is a custom type having id and name as properties)..Now, when I am mapping transportpackage i am confused..how to map Destination,since in database I need to store ID(of destination) in table where I am storing TransportPackage..

Class transportpackage
{

Destination m_Destination;



}

class Destination
{
int id;
string name;

}

thks


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 14, 2006 10:35 am 
Contributor
Contributor

Joined: Wed May 11, 2005 4:59 pm
Posts: 1766
Location: Prague, Czech Republic
Use <many-to-one>.


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.