Dear Members
I have a situation wherein, i have an association table. The association table has references to tables and each of those two tables have composite primary keys. For Example, Table "One" has composite pk of x+y and Table "Two" has composite pk of p+q. So the association table One_Two has columns x,y,p,q.
My question is how to define this many to many association in XDoclet tags. Since, we are using XDoclet to generate the mappings, i require this
Any help would be highly appreciated
Thanks and Regards
Kaleel
|