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.hibernate.test.issues/Bz288963Action_hsqldb_h_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz288963Action_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.hibernate.test.issues/Bz288963Action_hsqldb_h_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz288963Action_hsqldb_h_o_hibernate.hbm.xml
index 9db64fa39..8da598c9a 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz288963Action_hsqldb_h_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz288963Action_hsqldb_h_o_hibernate.hbm.xml
@@ -23,7 +23,7 @@
<column not-null="false" unique="false" name="`BOOK_CITATION_E_ID`"/>
</many-to-one>
<list name="paralist" lazy="true" cascade="all,delete-orphan">
- <key update="true" foreign-key="BOOK_PARALIST">
+ <key foreign-key="BOOK_PARALIST_KEY" update="true">
<column name="`BOOK_PARALIST_E_ID`" unique="false"/>
</key>
<list-index column="`BOOK_PARALIST_IDX`"/>
@@ -153,7 +153,7 @@
<column not-null="false" unique="false" name="`CITATION`"/>
</property>
<list name="paralist" table="`BOOKAUDITING_PARALISTAUDITING`" lazy="true" cascade="all">
- <key update="true">
+ <key foreign-key="BOOKAUDITING_PARALIST_KEY" update="true">
<column name="`BOOKAUDITING_PARALIST_TENEO_AUDIT_ID`" unique="false"/>
</key>
<list-index column="`BOOKAUDITING_PARALIST_IDX`"/>

Back to the top