Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/MultipleInheritanceAction_mysql_e_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/MultipleInheritanceAction_mysql_e_o_hibernate.hbm.xml23
1 files changed, 1 insertions, 22 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/MultipleInheritanceAction_mysql_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/MultipleInheritanceAction_mysql_e_o_hibernate.hbm.xml
index 4705cfe92..d4a00b411 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/MultipleInheritanceAction_mysql_e_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/MultipleInheritanceAction_mysql_e_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 Wed Jul 04 20:41:16 CEST 2007 -->
+<!-- Generated by Teneo on Mon Jul 09 14:44:50 CEST 2007 -->
<hibernate-mapping>
<class name="testinheritance.impl.SomeBaseClassImpl" entity-name="SomeBaseClass" abstract="false" lazy="false" table="`somebaseclass`">
<meta attribute="eclassName">SomeBaseClass</meta>
@@ -34,27 +34,6 @@
<one-to-many entity-name="NameValuePair"/>
</list>
</joined-subclass>
- <class name="testinheritance.impl.SomeOtherBaseClassImpl" entity-name="SomeOtherBaseClass" abstract="false" lazy="false" table="`someotherbaseclass`">
- <meta attribute="eclassName">SomeOtherBaseClass</meta>
- <meta attribute="epackage">http://xsd.tns.example.com/testinheritance/model</meta>
- <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler">
- <meta attribute="syntheticId">true</meta>
- <generator class="native"/>
- </id>
- <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
- <meta attribute="syntheticVersion">true</meta>
- </version>
- <property name="property" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
- <column not-null="false" unique="false" name="`property`"/>
- </property>
- <list name="nameValuePairs" lazy="true" cascade="merge,persist,save-update,lock,refresh">
- <key update="true">
- <column name="`someotherbaseclass_namevaluepairs_e_id`" not-null="false" unique="false"/>
- </key>
- <list-index column="`someotherbaseclass_namevaluepairs_idx`"/>
- <one-to-many entity-name="NameValuePair"/>
- </list>
- </class>
<class name="testinheritance.impl.NameValuePairImpl" entity-name="NameValuePair" abstract="false" lazy="false" table="`namevaluepair`">
<meta attribute="eclassName">NameValuePair</meta>
<meta attribute="epackage">http://xsd.tns.example.com/testinheritance/model</meta>

Back to the top