| Author |
Foreign key in hibernate
|
sarada srinivas
Greenhorn
Joined: Oct 09, 2008
Posts: 20
|
|
Hi All,
I am having two tables 1)project 2)Phase
Project table contains:
projectId
projectName
startDate
endDate
Phase table contains :
projectId as foregin key
phaseId as primary key
phaseName
startDate
endDate
this is one to many relation i.e one project can contain N phases. How do I mention foreign key as projectID in Phase class and i don't want to use set,array as one to many?
|
 |
Rendi Artha
Greenhorn
Joined: Jan 20, 2010
Posts: 29
|
|
just define many to one relationship into Phase.hbm.xml
|
 |
sarada srinivas
Greenhorn
Joined: Oct 09, 2008
Posts: 20
|
|
Thank you very much ....
It was resolved....
Phase.hbm.xml
|
 |
 |
|
|
subject: Foreign key in hibernate
|
|
|