Hi everybody
I have seen and read a lot about many-to-many realations in hibernate.
But I will realice a special kind of many-to-many mapping.
Table 1:
Parent
P_id
P_Name
P_Firstname
Table 2:
Cild
C_id
C_Name
C_Firstname
Table 3:
ParentCild
id
P_perentID
C_CildID
TimeStamp
As you can see there are more than the normal attribuse in the 3th table, but it is an normal many-to-many mapping only with this property more.
Pleace ask question if anything is unclear!
Pleace post simple link to this topic (but not the normal M:N relation fings)
Thanks for your help
kind regards
maramund
Hibernate version:3.1
[/b]
Huhu I have found the answer!
http://www.hibernate.org/hib_docs/v3/re ... ollections