Hi all,
I have two POJO's. The relationship between these two POJO’s is
many-to-many.But, one of the POJO has many-to-many relationship
with the third POJO.
How to do the mapping between these POJO’s.
My question is that when mapping is taken place between
many-to-many, we need the intermediate table for mapping
many-to-many relationship, where many-to-many is converted to
many-to-one and then one-to-many. Is it the correct way to
approach the problem?
Please refre the following link for conversion of many-to-many to
many-to-one and then One-to-many.
http://www.oracle.com/technology/produc ... pun008.htm
Regards,
Madan
[/b]