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.schemaconstructs.ExtensionAction/mysql_a_o/hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.ExtensionAction/mysql_a_o/hibernate.hbm.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.ExtensionAction/mysql_a_o/hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.ExtensionAction/mysql_a_o/hibernate.hbm.xml
index 5237863f1..f79af8611 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.ExtensionAction/mysql_a_o/hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.ExtensionAction/mysql_a_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 Sep 28 21:19:37 CEST 2006 -->
+<!-- Generated by Teneo on Fri Sep 29 13:49:22 CEST 2006 -->
<hibernate-mapping>
<class entity-name="Address" abstract="true" lazy="false" discriminator-value="Address" table="`address`">
<id type="long" name="e_id" column="e_id">
@@ -21,11 +21,11 @@
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"/>
<property name="name" type="java.lang.String" lazy="false" column="`name`" not-null="true"/>
<many-to-one name="firstAddress" entity-name="FirstAddressHolder" cascade="all" lazy="false" insert="true" update="true" not-null="true">
- <column not-null="true" unique="false" name="`firstaddress_id`"/>
+ <column not-null="true" unique="false" name="`firstaddressholder_firstaddress_id`"/>
</many-to-one>
<list name="secondAddress" lazy="true" cascade="merge,persist,save-update,lock,refresh">
<key update="true">
- <column name="`secondaddress_id`" not-null="false" unique="false"/>
+ <column name="`addresslist_secondaddress_id`" not-null="false" unique="false"/>
</key>
<list-index column="`addresslist_secondaddress_idx`"/>
<one-to-many entity-name="Address"/>
@@ -46,7 +46,7 @@
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"/>
<list name="value" lazy="true" cascade="merge,persist,save-update,lock,refresh">
<key update="true">
- <column name="`value_id`" not-null="false" unique="false"/>
+ <column name="`firstaddressholder_value_id`" not-null="false" unique="false"/>
</key>
<list-index column="`firstaddressholder_value_idx`"/>
<one-to-many entity-name="Address"/>

Back to the top