Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2010-03-28 09:08:54 +0000
committermtaal2010-03-28 09:08:54 +0000
commit1891ab927bdf5de6e43e807347eb825bbba8910f (patch)
tree2cf0d2c33510695ac6a72581f892cd2327b4625a /tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations
parent43c8e66fc6e7fa8756f203984e5a792c2c272544 (diff)
downloadorg.eclipse.emf.teneo-1891ab927bdf5de6e43e807347eb825bbba8910f.tar.gz
org.eclipse.emf.teneo-1891ab927bdf5de6e43e807347eb825bbba8910f.tar.xz
org.eclipse.emf.teneo-1891ab927bdf5de6e43e807347eb825bbba8910f.zip
New hbm's for new testcases
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/ExtraLazyAction_mysql_s_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/ExtraLazyAction_mysql_s_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/ExtraLazyAction_mysql_s_o_hibernate.hbm.xml
index da5f38c1e..160cb73d2 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/ExtraLazyAction_mysql_s_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/ExtraLazyAction_mysql_s_o_hibernate.hbm.xml
@@ -15,7 +15,7 @@
<property name="title" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
<column not-null="true" unique="false" name="`title`"/>
</property>
- <list name="authors" lazy="extra" cascade="merge,persist,save-update,lock,refresh">
+ <list name="authors" inverse="true" lazy="extra" cascade="merge,persist,save-update,lock,refresh">
<key update="true" foreign-key="book_authors">
<column name="`book_authors_e_id`" not-null="false" unique="false"/>
</key>

Back to the top