Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.schemaconstructs/ModelGroupAction_hsqldb_h_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.schemaconstructs/ModelGroupAction_hsqldb_h_o_hibernate.hbm.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.schemaconstructs/ModelGroupAction_hsqldb_h_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.schemaconstructs/ModelGroupAction_hsqldb_h_o_hibernate.hbm.xml
index 6cd7cc16d..4a720e0b3 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.schemaconstructs/ModelGroupAction_hsqldb_h_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.schemaconstructs/ModelGroupAction_hsqldb_h_o_hibernate.hbm.xml
@@ -19,7 +19,7 @@
<column not-null="true" unique="false" name="`NAME`"/>
</property>
<list name="orders" table="`ORDERLIST_ORDERS`" lazy="true" cascade="all,delete-orphan">
- <key update="true">
+ <key foreign-key="ORDERLIST_ORDERS_KEY" update="true">
<column name="`ORDERLIST_ORDERS_E_ID`" unique="false"/>
</key>
<list-index column="`ORDERLIST_ORDERS_IDX`"/>
@@ -143,7 +143,7 @@
<column not-null="false" unique="false" name="`NAME`"/>
</property>
<list name="orders" table="`ORDERLISTAUDITING_ORDERSAUDITING`" lazy="true" cascade="all,delete-orphan">
- <key update="true">
+ <key foreign-key="ORDERLISTAUDITING_ORDERS_KEY" update="true">
<column name="`ORDERLISTAUDITING_ORDERS_TENEO_AUDIT_ID`" unique="false"/>
</key>
<list-index column="`ORDERLISTAUDITING_ORDERS_IDX`"/>

Back to the top