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.emf.annotations/AnyAction_hsqldb_h_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.emf.annotations/AnyAction_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.emf.annotations/AnyAction_hsqldb_h_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.emf.annotations/AnyAction_hsqldb_h_o_hibernate.hbm.xml
index cca38cc37..a0386e16a 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.emf.annotations/AnyAction_hsqldb_h_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.emf.annotations/AnyAction_hsqldb_h_o_hibernate.hbm.xml
@@ -25,14 +25,14 @@
<column not-null="false" unique="false" name="`ANYONE_ID`"/>
</any>
<list name="any" table="`ANYOBJECT_ANY`" lazy="true" cascade="all,delete-orphan">
- <key update="true">
+ <key foreign-key="ANYOBJECT_ANY_KEY" update="true">
<column name="`ANYOBJECT_ANY_ID`" unique="false"/>
</key>
<list-index column="`ANYOBJECT_ANY_IDX`"/>
<one-to-many entity-name="AnyObject_any"/>
</list>
<list name="group" table="`ANYOBJECT_GROUP`" lazy="true" cascade="all,delete-orphan">
- <key update="true">
+ <key foreign-key="ANYOBJECT_GROUP_KEY" update="true">
<column name="`ANYOBJECT_GROUP_ID`" unique="false"/>
</key>
<list-index column="`ANYOBJECT_GROUP_IDX`"/>

Back to the top