Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2012-11-03 15:18:58 +0000
committerMartin Taal2012-11-03 15:18:58 +0000
commit5fa7b62774eca607fd7039b7670c58622ebb5fe2 (patch)
tree4bd3fbb6bbcc09ebfa6b5cd30c3a35ae7b8be450 /tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/CompositeIdAction_hsqldb_e_o_hibernate.hbm.xml
parent4dae2342e09be100320a2568932a83b2617f8f6f (diff)
downloadorg.eclipse.emf.teneo-5fa7b62774eca607fd7039b7670c58622ebb5fe2.tar.gz
org.eclipse.emf.teneo-5fa7b62774eca607fd7039b7670c58622ebb5fe2.tar.xz
org.eclipse.emf.teneo-5fa7b62774eca607fd7039b7670c58622ebb5fe2.zip
Updated
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/CompositeIdAction_hsqldb_e_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/CompositeIdAction_hsqldb_e_o_hibernate.hbm.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/CompositeIdAction_hsqldb_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/CompositeIdAction_hsqldb_e_o_hibernate.hbm.xml
index 636e3ee93..0cde2d49e 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/CompositeIdAction_hsqldb_e_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/CompositeIdAction_hsqldb_e_o_hibernate.hbm.xml
@@ -103,7 +103,7 @@
<property name="lastName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
<column not-null="false" unique="false" name="`LASTNAME`"/>
</property>
- <list name="children" table="`PARENTAUDITING_CHILDREN`" lazy="true" cascade="all">
+ <list name="children" table="`PARENTAUDITING_CHILDRENAUDITING`" lazy="true" cascade="all">
<key update="true">
<column name="`PARENTAUDITING_CHILDREN_TENEO_AUDIT_ID`" unique="false"/>
</key>

Back to the top