views:

63

answers:

0

We Want to persist a many to many table with EclipseLink, we have just tried by setting the collections and persist but it returns error cause it seems that is requesting for all of the collections in the hierarchy, we are doing this cause the system did not mapped that table cause it has all of its fields as foreign keys so instead of that it set the @JoinTable and set a collection of the other table.....obviously we do not have any entity to persist so we would like to know How JPA EclipseLink does to persist when the table has a Many to Many Relation and the table has not been mapped....do you have any idea...

Thanks.-