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.issues/BZ277570Action_hsqldb_h_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/BZ277570Action_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.issues/BZ277570Action_hsqldb_h_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/BZ277570Action_hsqldb_h_o_hibernate.hbm.xml
index b5f6b6649..a85d35d44 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/BZ277570Action_hsqldb_h_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/BZ277570Action_hsqldb_h_o_hibernate.hbm.xml
@@ -25,14 +25,14 @@
<column name="`DTYPE`" index="FOODTYPE" length="255" not-null="true"/>
</discriminator>
<list name="bars" lazy="true" cascade="all,delete-orphan">
- <key update="true" foreign-key="FOO_BARS">
+ <key foreign-key="FOO_BARS_KEY" update="true">
<column name="`FOO_BARS_ID`" unique="false"/>
</key>
<list-index column="`FOO_BARS_IDX`"/>
<one-to-many entity-name="Bar"/>
</list>
<list name="biffs" lazy="true" cascade="all,delete-orphan">
- <key update="true" foreign-key="FOO_BIFFS">
+ <key foreign-key="FOO_BIFFS_KEY" update="true">
<column name="`FOO_BIFFS_ID`" unique="false"/>
</key>
<list-index column="`FOO_BIFFS_IDX`"/>
@@ -183,14 +183,14 @@
<column not-null="false" unique="false" name="`TENEO_RESOURCEID`"/>
</property>
<list name="bars" table="`FOOAUDITING_BARSAUDITING`" lazy="true" cascade="all">
- <key update="true">
+ <key foreign-key="FOOAUDITING_BARS_KEY" update="true">
<column name="`FOOAUDITING_BARS_TENEO_AUDIT_ID`" unique="false"/>
</key>
<list-index column="`FOOAUDITING_BARS_IDX`"/>
<element type="java.lang.String"/>
</list>
<list name="biffs" table="`FOOAUDITING_BIFFSAUDITING`" lazy="true" cascade="all">
- <key update="true">
+ <key foreign-key="FOOAUDITING_BIFFS_KEY" update="true">
<column name="`FOOAUDITING_BIFFS_TENEO_AUDIT_ID`" unique="false"/>
</key>
<list-index column="`FOOAUDITING_BIFFS_IDX`"/>

Back to the top