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.SubstitutionAction/mysql_a_o/hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.SubstitutionAction/mysql_a_o/hibernate.hbm.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.SubstitutionAction/mysql_a_o/hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.SubstitutionAction/mysql_a_o/hibernate.hbm.xml
index 8b763ec36..9da8fee2a 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.SubstitutionAction/mysql_a_o/hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.SubstitutionAction/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:40 CEST 2006 -->
+<!-- Generated by Teneo on Fri Sep 29 13:49:27 CEST 2006 -->
<hibernate-mapping>
<class entity-name="ComplexNumber" abstract="false" lazy="false" discriminator-value="ComplexNumber" table="`complexnumber`">
<id type="long" name="e_id" column="e_id">
@@ -22,7 +22,7 @@
<property name="name" type="java.lang.String" lazy="false" column="`name`" not-null="true"/>
<list name="myComplexAbstractGroup" lazy="true" cascade="all,delete-orphan">
<key update="true">
- <column name="`mycomplexabstractgroup_id`" not-null="false" unique="false"/>
+ <column name="`multinumbertype_mycomplexabstractgroup_id`" not-null="false" unique="false"/>
</key>
<list-index column="`multinumbertype_mycomplexabstractgroup_idx`"/>
<one-to-many entity-name="MultiNumberType_myComplexAbstractGroup"/>
@@ -36,7 +36,7 @@
<version name="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"/>
<property name="fme_feature" type="java.lang.String"/>
<many-to-one name="myComplexAbstract" entity-name="ComplexNumber" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`mycomplexabstract_id`"/>
+ <column not-null="false" unique="false" name="`complexnumber_mycomplexabstract_id`"/>
</many-to-one>
</class>
<class entity-name="NumberType" abstract="false" lazy="false" discriminator-value="NumberType" table="`numbertype`">
@@ -48,14 +48,14 @@
<property name="name" type="java.lang.String" lazy="false" column="`name`" not-null="true"/>
<list name="mySimpleAbstractGroup" lazy="true" cascade="all,delete-orphan">
<key update="true">
- <column name="`mysimpleabstractgroup_id`" not-null="false" unique="false"/>
+ <column name="`numbertype_mysimpleabstractgroup_id`" not-null="false" unique="false"/>
</key>
<list-index column="`numbertype_mysimpleabstractgroup_idx`"/>
<one-to-many entity-name="NumberType_mySimpleAbstractGroup"/>
</list>
<list name="myComplexAbstractGroup" lazy="true" cascade="all,delete-orphan">
<key update="true">
- <column name="`mycomplexabstractgroup_id`" not-null="false" unique="false"/>
+ <column name="`numbertype_mycomplexabstractgroup_id`" not-null="false" unique="false"/>
</key>
<list-index column="`numbertype_mycomplexabstractgroup_idx`"/>
<one-to-many entity-name="NumberType_myComplexAbstractGroup"/>
@@ -78,7 +78,7 @@
<version name="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"/>
<property name="fme_feature" type="java.lang.String"/>
<many-to-one name="myComplexAbstract" entity-name="ComplexNumber" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`mycomplexabstract_id`"/>
+ <column not-null="false" unique="false" name="`complexnumber_mycomplexabstract_id`"/>
</many-to-one>
</class>
<subclass entity-name="OddComplexNumberType" abstract="false" lazy="false" extends="ComplexNumber" discriminator-value="OddComplexNumberType"/>

Back to the top