HFEJB just talks about one-one and one-many relationships between two entity beans. Just wondersing how can a many to many relationship between two entity beans be implemented?
The primary keys of two tables are mapped in a third table. So is it correct that we have to create a third entity bean which will act as a link between two entity beans with many-many relation.
[b]The primary keys of two tables are mapped in a third table. So is it correct that we have to create a third entity bean which will act as a link between two entity beans with many-many relation.[b]
Please find an example of a many-to-many relationship between two EJBs here