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/MultipleInheritanceAction_hsqldb_h_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/MultipleInheritanceAction_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.test.issues/MultipleInheritanceAction_hsqldb_h_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/MultipleInheritanceAction_hsqldb_h_o_hibernate.hbm.xml
index b8629ddf5..45b0f9a93 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/MultipleInheritanceAction_hsqldb_h_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/MultipleInheritanceAction_hsqldb_h_o_hibernate.hbm.xml
@@ -186,7 +186,7 @@
<property name="property" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
<column not-null="false" unique="false" name="`PROPERTY`"/>
</property>
- <list name="nameValuePairs" table="`SOMERESOURCEAUDITING_NAMEVALUEPAIRS`" lazy="true" cascade="all">
+ <list name="nameValuePairs" table="`SOMERESOURCEAUDITING_NAMEVALUEPAIRSAUDITING`" lazy="true" cascade="all">
<key update="true">
<column name="`SOMERESOURCEAUDITING_NAMEVALUEPAIRS_TENEO_AUDIT_ID`" unique="false"/>
</key>
@@ -285,7 +285,7 @@
<property name="property" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
<column not-null="false" unique="false" name="`PROPERTY`"/>
</property>
- <list name="nameValuePairs" table="`SOMEOTHERBASECLASSAUDITING_NAMEVALUEPAIRS`" lazy="true" cascade="all">
+ <list name="nameValuePairs" table="`SOMEOTHERBASECLASSAUDITING_NAMEVALUEPAIRSAUDITING`" lazy="true" cascade="all">
<key update="true">
<column name="`SOMEOTHERBASECLASSAUDITING_NAMEVALUEPAIRS_TENEO_AUDIT_ID`" unique="false"/>
</key>

Back to the top