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.SetNMAction/mysql_s_o/hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.annotations.SetNMAction/mysql_s_o/hibernate.hbm.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.annotations.SetNMAction/mysql_s_o/hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.annotations.SetNMAction/mysql_s_o/hibernate.hbm.xml
index 17d5fdb12..c5d2cbf9e 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.annotations.SetNMAction/mysql_s_o/hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.annotations.SetNMAction/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 Thu Feb 01 13:23:32 CET 2007 -->
+<!-- Generated by Teneo on Mon Feb 05 12:51:54 CET 2007 -->
<hibernate-mapping>
<class entity-name="MyItem" abstract="false" lazy="false" table="`myitem`">
<meta attribute="eclassName">MyItem</meta>
@@ -18,10 +18,10 @@
</property>
<bag name="yourItem" lazy="true" cascade="merge,persist,save-update,lock,refresh" inverse="true" table="youritem_myitem">
<key update="true">
- <column name="`myitem_id`" not-null="true" unique="false"/>
+ <column name="`myitem_e_id`" not-null="true" unique="false"/>
</key>
<many-to-many entity-name="YourItem" unique="false">
- <column name="`youritem_id`" not-null="true" unique="false"/>
+ <column name="`youritem_e_id`" not-null="true" unique="false"/>
</many-to-many>
</bag>
</class>
@@ -40,10 +40,10 @@
</property>
<bag name="myItem" lazy="true" cascade="merge,persist,save-update,lock,refresh" table="youritem_myitem">
<key update="true">
- <column name="`youritem_id`" not-null="true" unique="false"/>
+ <column name="`youritem_e_id`" not-null="true" unique="false"/>
</key>
<many-to-many entity-name="MyItem" unique="false">
- <column name="`myitem_id`" not-null="true" unique="false"/>
+ <column name="`myitem_e_id`" not-null="true" unique="false"/>
</many-to-many>
</bag>
</class>

Back to the top