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/DocumentRootAction_hsqldb_h_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.schemaconstructs/DocumentRootAction_hsqldb_h_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/DocumentRootAction_hsqldb_h_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.schemaconstructs/DocumentRootAction_hsqldb_h_o_hibernate.hbm.xml
index 2e5435d24..70410e55b 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.schemaconstructs/DocumentRootAction_hsqldb_h_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.schemaconstructs/DocumentRootAction_hsqldb_h_o_hibernate.hbm.xml
@@ -33,7 +33,7 @@
<meta attribute="syntheticVersion" inherit="false">true</meta>
</version>
<list name="mixed" table="`DOCUMENTROOT_DOCUMENTROOT_MIXED`" lazy="true" cascade="all,delete-orphan">
- <key update="true">
+ <key foreign-key="DOCUMENTROOT_DOCUMENTROOT_MIXED_KEY" update="true">
<column name="`DOCUMENTROOT_MIXED_E_ID`" unique="false"/>
</key>
<list-index column="`DOCUMENTROOT_MIXED_IDX`"/>
@@ -50,14 +50,14 @@
</version>
<property name="fme_feature" type="java.lang.String"/>
<map name="xMLNSPrefixMap" lazy="true" cascade="all,delete-orphan">
- <key update="true">
+ <key foreign-key="DOCUMENTROOT_DOCUMENTROOT_XMLNSPREFIXMAP_KEY" update="true">
<column name="`MIXED_DOCUMENTROOT_XMLNSPREFIXMAP_E_ID`" unique="false"/>
</key>
<map-key type="java.lang.String"/>
<element type="java.lang.String"/>
</map>
<map name="xSISchemaLocation" lazy="true" cascade="all,delete-orphan">
- <key update="true">
+ <key foreign-key="DOCUMENTROOT_DOCUMENTROOT_XSISCHEMALOCATION_KEY" update="true">
<column name="`MIXED_DOCUMENTROOT_XSISCHEMALOCATION_E_ID`" unique="false"/>
</key>
<map-key type="java.lang.String"/>
@@ -203,7 +203,7 @@
<column not-null="false" unique="false" name="`TENEO_RESOURCEID`"/>
</property>
<list name="mixed" table="`DOCUMENTROOTAUDITING_DOCUMENTROOTAUDITING_MIXEDAUDITING`" lazy="true" cascade="all,delete-orphan">
- <key update="true">
+ <key foreign-key="DOCUMENTROOTAUDITING_DOCUMENTROOTAUDITING_MIXED_KEY" update="true">
<column name="`DOCUMENTROOTAUDITING_MIXED_TENEO_AUDIT_ID`" unique="false"/>
</key>
<list-index column="`DOCUMENTROOTAUDITING_MIXED_IDX`"/>

Back to the top