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/IdBagAction_hsqldb_e_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/IdBagAction_hsqldb_e_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.emf.annotations/IdBagAction_hsqldb_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/IdBagAction_hsqldb_e_o_hibernate.hbm.xml
index caa5928bb..5d5971741 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/IdBagAction_hsqldb_e_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/IdBagAction_hsqldb_e_o_hibernate.hbm.xml
@@ -150,14 +150,14 @@
<property name="name" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
<column not-null="false" unique="false" name="`NAME`"/>
</property>
- <list name="roles" table="`USERAUDITING_ROLES`" lazy="true" cascade="all">
+ <list name="roles" table="`USERAUDITING_ROLESAUDITING`" lazy="true" cascade="all">
<key update="true">
<column name="`USERAUDITING_ROLES_TENEO_AUDIT_ID`" unique="false"/>
</key>
<list-index column="`USERAUDITING_ROLES_IDX`"/>
<element type="java.lang.String"/>
</list>
- <list name="addresses" table="`USERAUDITING_ADDRESSES`" lazy="true" cascade="all">
+ <list name="addresses" table="`USERAUDITING_ADDRESSESAUDITING`" lazy="true" cascade="all">
<key update="true">
<column name="`USERAUDITING_ADDRESSES_TENEO_AUDIT_ID`" unique="false"/>
</key>

Back to the top