Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.annotations.SetAction/mysql_s_o/hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.annotations.SetAction/mysql_s_o/hibernate.hbm.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.annotations.SetAction/mysql_s_o/hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.annotations.SetAction/mysql_s_o/hibernate.hbm.xml
index 413161fd0..e2b5cf197 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.annotations.SetAction/mysql_s_o/hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.annotations.SetAction/mysql_s_o/hibernate.hbm.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
-<!-- Generated by Teneo on Sun Feb 11 22:29:08 CET 2007 -->
+<!-- Generated by Teneo on Sun Mar 04 21:24:19 CET 2007 -->
<hibernate-mapping auto-import="false">
<class entity-name="set.ContainedItem" abstract="false" lazy="false" table="`set_containeditem`">
<meta attribute="eclassName">ContainedItem</meta>
@@ -59,9 +59,10 @@
</key>
<one-to-many entity-name="set.Item"/>
</bag>
- <bag name="joinedItem" table="set_itemlist_set_item" lazy="true" cascade="merge,persist,save-update,lock,refresh">
+ <list name="joinedItem" table="set_itemlist_set_item" lazy="true" cascade="merge,persist,save-update,lock,refresh">
<key/>
+ <list-index column="`itemlist_joineditem_idx`"/>
<many-to-many entity-name="set.Item" unique="false"/>
- </bag>
+ </list>
</class>
</hibernate-mapping> \ No newline at end of file

Back to the top