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/MixedAction_hsqldb_e_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.schemaconstructs/MixedAction_hsqldb_e_o_hibernate.hbm.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.schemaconstructs/MixedAction_hsqldb_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.schemaconstructs/MixedAction_hsqldb_e_o_hibernate.hbm.xml
index c488f0c65..eac136084 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.schemaconstructs/MixedAction_hsqldb_e_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.schemaconstructs/MixedAction_hsqldb_e_o_hibernate.hbm.xml
@@ -13,7 +13,7 @@
<meta attribute="syntheticVersion" inherit="false">true</meta>
</version>
<list name="mixed" table="`LETTERBODYTYPE_MIXED`" lazy="true" cascade="all,delete-orphan">
- <key update="true">
+ <key foreign-key="LETTERBODYTYPE_MIXED_KEY" update="true">
<column name="`LETTERBODYTYPE_MIXED_E_ID`" unique="false"/>
</key>
<list-index column="`LETTERBODYTYPE_MIXED_IDX`"/>
@@ -56,7 +56,7 @@
<meta attribute="syntheticVersion" inherit="false">true</meta>
</version>
<list name="mixed" table="`SALUTATIONTYPE_MIXED`" lazy="true" cascade="all,delete-orphan">
- <key update="true">
+ <key foreign-key="SALUTATIONTYPE_MIXED_KEY" update="true">
<column name="`SALUTATIONTYPE_MIXED_E_ID`" unique="false"/>
</key>
<list-index column="`SALUTATIONTYPE_MIXED_IDX`"/>
@@ -217,7 +217,7 @@
<column not-null="false" unique="false" name="`TENEO_RESOURCEID`"/>
</property>
<list name="mixed" table="`LETTERBODYTYPEAUDITING_MIXEDAUDITING`" lazy="true" cascade="all,delete-orphan">
- <key update="true">
+ <key foreign-key="LETTERBODYTYPEAUDITING_MIXED_KEY" update="true">
<column name="`LETTERBODYTYPEAUDITING_MIXED_TENEO_AUDIT_ID`" unique="false"/>
</key>
<list-index column="`LETTERBODYTYPEAUDITING_MIXED_IDX`"/>
@@ -298,7 +298,7 @@
<column not-null="false" unique="false" name="`TENEO_RESOURCEID`"/>
</property>
<list name="mixed" table="`SALUTATIONTYPEAUDITING_MIXEDAUDITING`" lazy="true" cascade="all,delete-orphan">
- <key update="true">
+ <key foreign-key="SALUTATIONTYPEAUDITING_MIXED_KEY" update="true">
<column name="`SALUTATIONTYPEAUDITING_MIXED_TENEO_AUDIT_ID`" unique="false"/>
</key>
<list-index column="`SALUTATIONTYPEAUDITING_MIXED_IDX`"/>

Back to the top