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.annotations/ManyToManyAction_hsqldb_e_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/ManyToManyAction_hsqldb_e_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.annotations/ManyToManyAction_hsqldb_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/ManyToManyAction_hsqldb_e_o_hibernate.hbm.xml
index 0526057a1..43527b117 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/ManyToManyAction_hsqldb_e_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/ManyToManyAction_hsqldb_e_o_hibernate.hbm.xml
@@ -125,14 +125,14 @@
<property name="teneo_previous_start" lazy="false" insert="true" update="true" not-null="false" unique="false" type="long">
<column not-null="false" unique="false" name="`TENEO_PREVIOUS_START`" unique-key="c2"/>
</property>
- <list name="rght" table="`CNTRAUDITING_RGHT`" lazy="true" cascade="all">
+ <list name="rght" table="`CNTRAUDITING_RGHTAUDITING`" lazy="true" cascade="all">
<key update="true">
<column name="`CNTRAUDITING_RGHT_TENEO_AUDIT_ID`" unique="false"/>
</key>
<list-index column="`CNTRAUDITING_RGHT_IDX`"/>
<element type="java.lang.String"/>
</list>
- <list name="lft" table="`CNTRAUDITING_LFT`" lazy="true" cascade="all">
+ <list name="lft" table="`CNTRAUDITING_LFTAUDITING`" lazy="true" cascade="all">
<key update="true">
<column name="`CNTRAUDITING_LFT_TENEO_AUDIT_ID`" unique="false"/>
</key>
@@ -179,7 +179,7 @@
<property name="teneo_previous_start" lazy="false" insert="true" update="true" not-null="false" unique="false" type="long">
<column not-null="false" unique="false" name="`TENEO_PREVIOUS_START`" unique-key="c2"/>
</property>
- <list name="cntr" table="`LFTAUDITING_CNTR`" lazy="true" cascade="all">
+ <list name="cntr" table="`LFTAUDITING_CNTRAUDITING`" lazy="true" cascade="all">
<key update="true">
<column name="`LFTAUDITING_CNTR_TENEO_AUDIT_ID`" unique="false"/>
</key>
@@ -226,7 +226,7 @@
<property name="teneo_previous_start" lazy="false" insert="true" update="true" not-null="false" unique="false" type="long">
<column not-null="false" unique="false" name="`TENEO_PREVIOUS_START`" unique-key="c2"/>
</property>
- <list name="cntr" table="`RGHTAUDITING_CNTR`" lazy="true" cascade="all">
+ <list name="cntr" table="`RGHTAUDITING_CNTRAUDITING`" lazy="true" cascade="all">
<key update="true">
<column name="`RGHTAUDITING_CNTR_TENEO_AUDIT_ID`" unique="false"/>
</key>

Back to the top