Re: Problems with bidirectional CMR

2001-06-15 Thread Scot Weber
Harris, That extra table IS necessary. That is the way that ALL relationships are managed by the ejb container. myParent -- myParentPK myParentData1 myParentData2 myChild -- myChildPK myChildData1 Relationship: Parent has Children Containment (1 - N Bi-directional)

Problems with bidirectional CMR

2001-06-14 Thread Harris Simon
I am trying to get a bi-directional container managed relationship working in Orion 1.5.2 but it keeps creating an intermediate table. Is there anyway to stop this? There is no need for the extra table. Here is my example: Change[1]-[*]Objection create table change ( change_id