Joined: Thu Nov 28, 2013 4:15 am Posts: 1
|
i have following table structure
A Details table---- detailId name line1 line2 area city
B scheme table---------- schemeId detailId groupname timeId
C time table------------- timeid schemeId starttime closetime
above is my table structure . i want to make relationship of three table. first A and B with onetoOne relationship on detailid. second B and C with oneToMany relationship on schemeId.
so how can i make relationship, please give me suggestion ....
i am using spring mvc 3 and hibernate search 4 with annotaion
|
|