re/ Bidirectionnal many to many relation
"WILLIAM GARNETT" <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <450FCC52.00000A.04516@BILL> |
Pierre, The usual way to do many-to-many relationships is by the use of a join table (which may or not be flattened depending on the situation). It does not sound like this is what you have done. Could you describe the way set up your relations in EOModeller. Cheers, Bill. ================================================= Hi dear list, I have a many to many relation from entities A to B managed in a Java client Recently, I had the reverse relationin my model. When adding/removing Bs to/from A, I cannot use the corresponding method for the B object. Is there a way to reflect the change for B when I want to display all its As ? I have try to processRecentChanges and refreshObject(b) in ec without success. Do you have others idea ? Thanks in advance. Pierre