Joined: Fri Oct 30, 2009 4:30 pm Posts: 16
|
Hi
I have an Applicant class and an Applicant_Minority class
The former has subjectId as the primary key and the latter has subjectId and minorityProgram as the embedded Primary key.
I would like to form a OneToMany relationship between the two, and it will be unidirectional.
getAppliantMinorityPrograms(){
}
setApplicantMinorityPrograms(ApplicantMinorityPrograms applicantMinorityPrograms) { }
Please let me know how to form the OneToMany annotation properly.
thanks Sai
|
|