Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2011-11-01 18:10:14 +0000
committerMartin Taal2011-11-01 18:10:14 +0000
commit709ec105b89258b5e6b27e57cb3deb177529c54c (patch)
tree436b7b45306590da29d24dfa9b6ad252c2a987d1 /tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction
parent0298896cf5731abb5e728ca6997fd2410d0a8f0f (diff)
downloadorg.eclipse.emf.teneo-709ec105b89258b5e6b27e57cb3deb177529c54c.tar.gz
org.eclipse.emf.teneo-709ec105b89258b5e6b27e57cb3deb177529c54c.tar.xz
org.eclipse.emf.teneo-709ec105b89258b5e6b27e57cb3deb177529c54c.zip
Remove everything for restructuring
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction/mssql_a_o/hibernate.hbm.xml109
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction/mssql_s_o/hibernate.hbm.xml104
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction/mysql_a_o/hibernate.hbm.xml162
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction/mysql_e_o/hibernate.hbm.xml157
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction/mysql_s_o/hibernate.hbm.xml157
5 files changed, 0 insertions, 689 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction/mssql_a_o/hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction/mssql_a_o/hibernate.hbm.xml
deleted file mode 100644
index b3b0232ac..000000000
--- a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction/mssql_a_o/hibernate.hbm.xml
+++ /dev/null
@@ -1,109 +0,0 @@
-<?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 Tue Oct 17 11:33:13 CEST 2006 -->
-<hibernate-mapping>
- <class entity-name="Address" abstract="false" lazy="false" discriminator-value="Address" table="`address`">
- <id type="long" name="e_id" column="e_id">
- <generator class="native"/>
- </id>
- <discriminator column="`dtype`" type="string"/>
- <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"/>
- <list name="group" lazy="true" cascade="all,delete-orphan">
- <key update="true">
- <column name="`address_group_id`" not-null="false" unique="false"/>
- </key>
- <list-index column="`address_group_idx`"/>
- <one-to-many entity-name="Address_group"/>
- </list>
- </class>
- <class entity-name="Address_group" lazy="false" table="`address_group`">
- <meta attribute="eclass">Address</meta>
- <id type="long">
- <generator class="native"/>
- </id>
- <version name="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"/>
- <property name="fme_feature" type="java.lang.String"/>
- <property name="name" type="java.lang.String" lazy="false" column="`name`" not-null="false"/>
- <property name="longName" type="java.lang.String" lazy="false" column="`longname`" not-null="false"/>
- </class>
- <class entity-name="AddressGroup" abstract="false" lazy="false" discriminator-value="AddressGroup" table="`addressgroup`">
- <id type="long" name="e_id" column="e_id">
- <generator class="native"/>
- </id>
- <discriminator column="`dtype`" type="string"/>
- <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"/>
- <property name="groupName" type="java.lang.String" lazy="false" column="`groupname`" not-null="true"/>
- <many-to-one name="shipTo" entity-name="Address" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`address_shipto_id`"/>
- </many-to-one>
- <many-to-one name="billTo" entity-name="Address" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`address_billto_id`"/>
- </many-to-one>
- <property name="simpleAddress" type="java.lang.String" lazy="false" column="`simpleaddress`" not-null="false"/>
- </class>
- <class entity-name="AddressList" abstract="false" lazy="false" discriminator-value="AddressList" table="`addresslist`">
- <id type="long" name="e_id" column="e_id">
- <generator class="native"/>
- </id>
- <discriminator column="`dtype`" type="string"/>
- <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"/>
- <property name="groupName" type="java.lang.String" lazy="false" column="`groupname`" not-null="true"/>
- <list name="addrs" lazy="true" cascade="all,delete-orphan">
- <key update="true">
- <column name="`addresslist_addrs_id`" not-null="false" unique="false"/>
- </key>
- <list-index column="`addresslist_addrs_idx`"/>
- <one-to-many entity-name="AddressList_addrs"/>
- </list>
- </class>
- <class entity-name="AddressList_addrs" lazy="false" table="`addresslist_addrs`">
- <meta attribute="eclass">AddressList</meta>
- <id type="long">
- <generator class="native"/>
- </id>
- <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="shipTo" entity-name="Address" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`address_shipto_id`"/>
- </many-to-one>
- <many-to-one name="billTo" entity-name="Address" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`address_billto_id`"/>
- </many-to-one>
- </class>
- <class entity-name="SimpleAllMapType" abstract="false" lazy="false" discriminator-value="SimpleAllMapType" table="`simpleallmaptype`">
- <id type="long" name="e_id" column="e_id">
- <generator class="native"/>
- </id>
- <discriminator column="`dtype`" type="string"/>
- <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"/>
- <list name="allMap" lazy="true" cascade="all,delete-orphan">
- <key update="true">
- <column name="`simpleallmaptype_allmap_id`" not-null="false" unique="false"/>
- </key>
- <list-index column="`simpleallmaptype_allmap_idx`"/>
- <one-to-many entity-name="SimpleAllMapType_allMap"/>
- </list>
- </class>
- <class entity-name="SimpleAllMapType_allMap" lazy="false" table="`simpleallmaptype_allmap`">
- <meta attribute="eclass">SimpleAllMapType</meta>
- <id type="long">
- <generator class="native"/>
- </id>
- <version name="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"/>
- <property name="fme_feature" type="java.lang.String"/>
- <property name="aaa" type="java.lang.String" lazy="false" column="`aaa`" not-null="false"/>
- <property name="bbb" type="java.lang.String" lazy="false" column="`bbb`" not-null="false"/>
- <property name="ccc" type="java.lang.String" lazy="false" column="`ccc`" not-null="false"/>
- </class>
- <class entity-name="SimpleAllType" abstract="false" lazy="false" discriminator-value="SimpleAllType" table="`simplealltype`">
- <id type="long" name="e_id" column="e_id">
- <generator class="native"/>
- </id>
- <discriminator column="`dtype`" type="string"/>
- <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"/>
- <property name="aaa" type="java.lang.String" lazy="false" column="`aaa`" not-null="true"/>
- <property name="bbb" type="java.lang.String" lazy="false" column="`bbb`" not-null="true"/>
- <property name="ccc" type="java.lang.String" lazy="false" column="`ccc`" not-null="true"/>
- </class>
-</hibernate-mapping> \ No newline at end of file
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction/mssql_s_o/hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction/mssql_s_o/hibernate.hbm.xml
deleted file mode 100644
index e95282442..000000000
--- a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction/mssql_s_o/hibernate.hbm.xml
+++ /dev/null
@@ -1,104 +0,0 @@
-<?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 Tue Oct 17 11:33:06 CEST 2006 -->
-<hibernate-mapping>
- <class entity-name="Address" abstract="false" lazy="false" table="`address`">
- <id type="long" name="e_id" column="e_id">
- <generator class="native"/>
- </id>
- <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"/>
- <list name="group" lazy="true" cascade="all,delete-orphan">
- <key update="true">
- <column name="`address_group_id`" not-null="false" unique="false"/>
- </key>
- <list-index column="`address_group_idx`"/>
- <one-to-many entity-name="Address_group"/>
- </list>
- </class>
- <class entity-name="Address_group" lazy="false" table="`address_group`">
- <meta attribute="eclass">Address</meta>
- <id type="long">
- <generator class="native"/>
- </id>
- <version name="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"/>
- <property name="fme_feature" type="java.lang.String"/>
- <property name="name" type="java.lang.String" lazy="false" column="`name`" not-null="false"/>
- <property name="longName" type="java.lang.String" lazy="false" column="`longname`" not-null="false"/>
- </class>
- <class entity-name="AddressGroup" abstract="false" lazy="false" table="`addressgroup`">
- <id type="long" name="e_id" column="e_id">
- <generator class="native"/>
- </id>
- <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"/>
- <property name="groupName" type="java.lang.String" lazy="false" column="`groupname`" not-null="true"/>
- <many-to-one name="shipTo" entity-name="Address" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`address_shipto_id`"/>
- </many-to-one>
- <many-to-one name="billTo" entity-name="Address" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`address_billto_id`"/>
- </many-to-one>
- <property name="simpleAddress" type="java.lang.String" lazy="false" column="`simpleaddress`" not-null="false"/>
- </class>
- <class entity-name="AddressList" abstract="false" lazy="false" table="`addresslist`">
- <id type="long" name="e_id" column="e_id">
- <generator class="native"/>
- </id>
- <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"/>
- <property name="groupName" type="java.lang.String" lazy="false" column="`groupname`" not-null="true"/>
- <list name="addrs" lazy="true" cascade="all,delete-orphan">
- <key update="true">
- <column name="`addresslist_addrs_id`" not-null="false" unique="false"/>
- </key>
- <list-index column="`addresslist_addrs_idx`"/>
- <one-to-many entity-name="AddressList_addrs"/>
- </list>
- </class>
- <class entity-name="AddressList_addrs" lazy="false" table="`addresslist_addrs`">
- <meta attribute="eclass">AddressList</meta>
- <id type="long">
- <generator class="native"/>
- </id>
- <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="shipTo" entity-name="Address" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`address_shipto_id`"/>
- </many-to-one>
- <many-to-one name="billTo" entity-name="Address" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`address_billto_id`"/>
- </many-to-one>
- </class>
- <class entity-name="SimpleAllMapType" abstract="false" lazy="false" table="`simpleallmaptype`">
- <id type="long" name="e_id" column="e_id">
- <generator class="native"/>
- </id>
- <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"/>
- <list name="allMap" lazy="true" cascade="all,delete-orphan">
- <key update="true">
- <column name="`simpleallmaptype_allmap_id`" not-null="false" unique="false"/>
- </key>
- <list-index column="`simpleallmaptype_allmap_idx`"/>
- <one-to-many entity-name="SimpleAllMapType_allMap"/>
- </list>
- </class>
- <class entity-name="SimpleAllMapType_allMap" lazy="false" table="`simpleallmaptype_allmap`">
- <meta attribute="eclass">SimpleAllMapType</meta>
- <id type="long">
- <generator class="native"/>
- </id>
- <version name="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"/>
- <property name="fme_feature" type="java.lang.String"/>
- <property name="aaa" type="java.lang.String" lazy="false" column="`aaa`" not-null="false"/>
- <property name="bbb" type="java.lang.String" lazy="false" column="`bbb`" not-null="false"/>
- <property name="ccc" type="java.lang.String" lazy="false" column="`ccc`" not-null="false"/>
- </class>
- <class entity-name="SimpleAllType" abstract="false" lazy="false" table="`simplealltype`">
- <id type="long" name="e_id" column="e_id">
- <generator class="native"/>
- </id>
- <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"/>
- <property name="aaa" type="java.lang.String" lazy="false" column="`aaa`" not-null="true"/>
- <property name="bbb" type="java.lang.String" lazy="false" column="`bbb`" not-null="true"/>
- <property name="ccc" type="java.lang.String" lazy="false" column="`ccc`" not-null="true"/>
- </class>
-</hibernate-mapping> \ No newline at end of file
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction/mysql_a_o/hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction/mysql_a_o/hibernate.hbm.xml
deleted file mode 100644
index 4b86825b5..000000000
--- a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction/mysql_a_o/hibernate.hbm.xml
+++ /dev/null
@@ -1,162 +0,0 @@
-<?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 Sat Mar 24 11:23:50 CET 2007 -->
-<hibernate-mapping>
- <class entity-name="Address" abstract="false" lazy="false" discriminator-value="Address" table="`address`">
- <meta attribute="eclassName">Address</meta>
- <meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/groupall</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>
- <discriminator column="`dtype`" type="string"/>
- <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
- <meta attribute="syntheticVersion">true</meta>
- </version>
- <list name="group" lazy="true" cascade="all,delete-orphan">
- <key update="true">
- <column name="`address_group_e_id`" not-null="false" unique="false"/>
- </key>
- <list-index column="`address_group_idx`"/>
- <one-to-many entity-name="Address_group"/>
- </list>
- </class>
- <class entity-name="Address_group" lazy="false" table="`address_group`">
- <meta attribute="featureMap">Address</meta>
- <id type="long">
- <generator class="native"/>
- </id>
- <version name="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
- <meta attribute="syntheticVersion">true</meta>
- </version>
- <property name="fme_feature" type="java.lang.String"/>
- <property name="name" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
- <column not-null="false" unique="false" name="`name`"/>
- </property>
- <property name="longName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
- <column not-null="false" unique="false" name="`longname`"/>
- </property>
- </class>
- <class entity-name="AddressGroup" abstract="false" lazy="false" discriminator-value="AddressGroup" table="`addressgroup`">
- <meta attribute="eclassName">AddressGroup</meta>
- <meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/groupall</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>
- <discriminator column="`dtype`" type="string"/>
- <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
- <meta attribute="syntheticVersion">true</meta>
- </version>
- <property name="groupName" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
- <column not-null="true" unique="false" name="`groupname`"/>
- </property>
- <many-to-one name="shipTo" entity-name="Address" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`address_shipto_e_id`"/>
- </many-to-one>
- <many-to-one name="billTo" entity-name="Address" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`address_billto_e_id`"/>
- </many-to-one>
- <property name="simpleAddress" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
- <column not-null="false" unique="false" name="`simpleaddress`"/>
- </property>
- </class>
- <class entity-name="AddressList" abstract="false" lazy="false" discriminator-value="AddressList" table="`addresslist`">
- <meta attribute="eclassName">AddressList</meta>
- <meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/groupall</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>
- <discriminator column="`dtype`" type="string"/>
- <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
- <meta attribute="syntheticVersion">true</meta>
- </version>
- <property name="groupName" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
- <column not-null="true" unique="false" name="`groupname`"/>
- </property>
- <list name="addrs" lazy="true" cascade="all,delete-orphan">
- <key update="true">
- <column name="`addresslist_addrs_e_id`" not-null="false" unique="false"/>
- </key>
- <list-index column="`addresslist_addrs_idx`"/>
- <one-to-many entity-name="AddressList_addrs"/>
- </list>
- </class>
- <class entity-name="AddressList_addrs" lazy="false" table="`addresslist_addrs`">
- <meta attribute="featureMap">AddressList</meta>
- <id type="long">
- <generator class="native"/>
- </id>
- <version name="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
- <meta attribute="syntheticVersion">true</meta>
- </version>
- <property name="fme_feature" type="java.lang.String"/>
- <many-to-one name="shipTo" entity-name="Address" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`address_shipto_e_id`"/>
- </many-to-one>
- <many-to-one name="billTo" entity-name="Address" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`address_billto_e_id`"/>
- </many-to-one>
- </class>
- <class entity-name="SimpleAllMapType" abstract="false" lazy="false" discriminator-value="SimpleAllMapType" table="`simpleallmaptype`">
- <meta attribute="eclassName">SimpleAllMapType</meta>
- <meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/groupall</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>
- <discriminator column="`dtype`" type="string"/>
- <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
- <meta attribute="syntheticVersion">true</meta>
- </version>
- <list name="allMap" lazy="true" cascade="all,delete-orphan">
- <key update="true">
- <column name="`simpleallmaptype_allmap_e_id`" not-null="false" unique="false"/>
- </key>
- <list-index column="`simpleallmaptype_allmap_idx`"/>
- <one-to-many entity-name="SimpleAllMapType_allMap"/>
- </list>
- </class>
- <class entity-name="SimpleAllMapType_allMap" lazy="false" table="`simpleallmaptype_allmap`">
- <meta attribute="featureMap">SimpleAllMapType</meta>
- <id type="long">
- <generator class="native"/>
- </id>
- <version name="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
- <meta attribute="syntheticVersion">true</meta>
- </version>
- <property name="fme_feature" type="java.lang.String"/>
- <property name="aaa" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
- <column not-null="false" unique="false" name="`aaa`"/>
- </property>
- <property name="bbb" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
- <column not-null="false" unique="false" name="`bbb`"/>
- </property>
- <property name="ccc" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
- <column not-null="false" unique="false" name="`ccc`"/>
- </property>
- </class>
- <class entity-name="SimpleAllType" abstract="false" lazy="false" discriminator-value="SimpleAllType" table="`simplealltype`">
- <meta attribute="eclassName">SimpleAllType</meta>
- <meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/groupall</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>
- <discriminator column="`dtype`" type="string"/>
- <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
- <meta attribute="syntheticVersion">true</meta>
- </version>
- <property name="aaa" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
- <column not-null="true" unique="false" name="`aaa`"/>
- </property>
- <property name="bbb" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
- <column not-null="true" unique="false" name="`bbb`"/>
- </property>
- <property name="ccc" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
- <column not-null="true" unique="false" name="`ccc`"/>
- </property>
- </class>
-</hibernate-mapping> \ No newline at end of file
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction/mysql_e_o/hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction/mysql_e_o/hibernate.hbm.xml
deleted file mode 100644
index 213b3162c..000000000
--- a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction/mysql_e_o/hibernate.hbm.xml
+++ /dev/null
@@ -1,157 +0,0 @@
-<?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 Sat Mar 24 11:23:58 CET 2007 -->
-<hibernate-mapping>
- <class entity-name="Address" abstract="false" lazy="false" table="`address`">
- <meta attribute="eclassName">Address</meta>
- <meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/groupall</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>
- <list name="group" lazy="true" cascade="all,delete-orphan">
- <key update="true">
- <column name="`address_group_e_id`" not-null="false" unique="false"/>
- </key>
- <list-index column="`address_group_idx`"/>
- <one-to-many entity-name="Address_group"/>
- </list>
- </class>
- <class entity-name="Address_group" lazy="false" table="`address_group`">
- <meta attribute="featureMap">Address</meta>
- <id type="long">
- <generator class="native"/>
- </id>
- <version name="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
- <meta attribute="syntheticVersion">true</meta>
- </version>
- <property name="fme_feature" type="java.lang.String"/>
- <property name="name" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
- <column not-null="false" unique="false" name="`name`"/>
- </property>
- <property name="longName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
- <column not-null="false" unique="false" name="`longname`"/>
- </property>
- </class>
- <class entity-name="AddressGroup" abstract="false" lazy="false" table="`addressgroup`">
- <meta attribute="eclassName">AddressGroup</meta>
- <meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/groupall</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="groupName" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
- <column not-null="true" unique="false" name="`groupname`"/>
- </property>
- <many-to-one name="shipTo" entity-name="Address" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`address_shipto_e_id`"/>
- </many-to-one>
- <many-to-one name="billTo" entity-name="Address" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`address_billto_e_id`"/>
- </many-to-one>
- <property name="simpleAddress" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
- <column not-null="false" unique="false" name="`simpleaddress`"/>
- </property>
- </class>
- <class entity-name="AddressList" abstract="false" lazy="false" table="`addresslist`">
- <meta attribute="eclassName">AddressList</meta>
- <meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/groupall</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="groupName" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
- <column not-null="true" unique="false" name="`groupname`"/>
- </property>
- <list name="addrs" lazy="true" cascade="all,delete-orphan">
- <key update="true">
- <column name="`addresslist_addrs_e_id`" not-null="false" unique="false"/>
- </key>
- <list-index column="`addresslist_addrs_idx`"/>
- <one-to-many entity-name="AddressList_addrs"/>
- </list>
- </class>
- <class entity-name="AddressList_addrs" lazy="false" table="`addresslist_addrs`">
- <meta attribute="featureMap">AddressList</meta>
- <id type="long">
- <generator class="native"/>
- </id>
- <version name="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
- <meta attribute="syntheticVersion">true</meta>
- </version>
- <property name="fme_feature" type="java.lang.String"/>
- <many-to-one name="shipTo" entity-name="Address" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`address_shipto_e_id`"/>
- </many-to-one>
- <many-to-one name="billTo" entity-name="Address" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`address_billto_e_id`"/>
- </many-to-one>
- </class>
- <class entity-name="SimpleAllMapType" abstract="false" lazy="false" table="`simpleallmaptype`">
- <meta attribute="eclassName">SimpleAllMapType</meta>
- <meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/groupall</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>
- <list name="allMap" lazy="true" cascade="all,delete-orphan">
- <key update="true">
- <column name="`simpleallmaptype_allmap_e_id`" not-null="false" unique="false"/>
- </key>
- <list-index column="`simpleallmaptype_allmap_idx`"/>
- <one-to-many entity-name="SimpleAllMapType_allMap"/>
- </list>
- </class>
- <class entity-name="SimpleAllMapType_allMap" lazy="false" table="`simpleallmaptype_allmap`">
- <meta attribute="featureMap">SimpleAllMapType</meta>
- <id type="long">
- <generator class="native"/>
- </id>
- <version name="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
- <meta attribute="syntheticVersion">true</meta>
- </version>
- <property name="fme_feature" type="java.lang.String"/>
- <property name="aaa" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
- <column not-null="false" unique="false" name="`aaa`"/>
- </property>
- <property name="bbb" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
- <column not-null="false" unique="false" name="`bbb`"/>
- </property>
- <property name="ccc" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
- <column not-null="false" unique="false" name="`ccc`"/>
- </property>
- </class>
- <class entity-name="SimpleAllType" abstract="false" lazy="false" table="`simplealltype`">
- <meta attribute="eclassName">SimpleAllType</meta>
- <meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/groupall</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="aaa" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
- <column not-null="true" unique="false" name="`aaa`"/>
- </property>
- <property name="bbb" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
- <column not-null="true" unique="false" name="`bbb`"/>
- </property>
- <property name="ccc" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
- <column not-null="true" unique="false" name="`ccc`"/>
- </property>
- </class>
-</hibernate-mapping> \ No newline at end of file
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction/mysql_s_o/hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction/mysql_s_o/hibernate.hbm.xml
deleted file mode 100644
index 174031f2d..000000000
--- a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction/mysql_s_o/hibernate.hbm.xml
+++ /dev/null
@@ -1,157 +0,0 @@
-<?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 Sat Mar 24 11:23:38 CET 2007 -->
-<hibernate-mapping>
- <class entity-name="Address" abstract="false" lazy="false" table="`address`">
- <meta attribute="eclassName">Address</meta>
- <meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/groupall</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>
- <list name="group" lazy="true" cascade="all,delete-orphan">
- <key update="true">
- <column name="`address_group_e_id`" not-null="false" unique="false"/>
- </key>
- <list-index column="`address_group_idx`"/>
- <one-to-many entity-name="Address_group"/>
- </list>
- </class>
- <class entity-name="Address_group" lazy="false" table="`address_group`">
- <meta attribute="featureMap">Address</meta>
- <id type="long">
- <generator class="native"/>
- </id>
- <version name="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
- <meta attribute="syntheticVersion">true</meta>
- </version>
- <property name="fme_feature" type="java.lang.String"/>
- <property name="name" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
- <column not-null="false" unique="false" name="`name`"/>
- </property>
- <property name="longName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
- <column not-null="false" unique="false" name="`longname`"/>
- </property>
- </class>
- <class entity-name="AddressGroup" abstract="false" lazy="false" table="`addressgroup`">
- <meta attribute="eclassName">AddressGroup</meta>
- <meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/groupall</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="groupName" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
- <column not-null="true" unique="false" name="`groupname`"/>
- </property>
- <many-to-one name="shipTo" entity-name="Address" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`address_shipto_e_id`"/>
- </many-to-one>
- <many-to-one name="billTo" entity-name="Address" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`address_billto_e_id`"/>
- </many-to-one>
- <property name="simpleAddress" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
- <column not-null="false" unique="false" name="`simpleaddress`"/>
- </property>
- </class>
- <class entity-name="AddressList" abstract="false" lazy="false" table="`addresslist`">
- <meta attribute="eclassName">AddressList</meta>
- <meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/groupall</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="groupName" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
- <column not-null="true" unique="false" name="`groupname`"/>
- </property>
- <list name="addrs" lazy="true" cascade="all,delete-orphan">
- <key update="true">
- <column name="`addresslist_addrs_e_id`" not-null="false" unique="false"/>
- </key>
- <list-index column="`addresslist_addrs_idx`"/>
- <one-to-many entity-name="AddressList_addrs"/>
- </list>
- </class>
- <class entity-name="AddressList_addrs" lazy="false" table="`addresslist_addrs`">
- <meta attribute="featureMap">AddressList</meta>
- <id type="long">
- <generator class="native"/>
- </id>
- <version name="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
- <meta attribute="syntheticVersion">true</meta>
- </version>
- <property name="fme_feature" type="java.lang.String"/>
- <many-to-one name="shipTo" entity-name="Address" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`address_shipto_e_id`"/>
- </many-to-one>
- <many-to-one name="billTo" entity-name="Address" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`address_billto_e_id`"/>
- </many-to-one>
- </class>
- <class entity-name="SimpleAllMapType" abstract="false" lazy="false" table="`simpleallmaptype`">
- <meta attribute="eclassName">SimpleAllMapType</meta>
- <meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/groupall</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>
- <list name="allMap" lazy="true" cascade="all,delete-orphan">
- <key update="true">
- <column name="`simpleallmaptype_allmap_e_id`" not-null="false" unique="false"/>
- </key>
- <list-index column="`simpleallmaptype_allmap_idx`"/>
- <one-to-many entity-name="SimpleAllMapType_allMap"/>
- </list>
- </class>
- <class entity-name="SimpleAllMapType_allMap" lazy="false" table="`simpleallmaptype_allmap`">
- <meta attribute="featureMap">SimpleAllMapType</meta>
- <id type="long">
- <generator class="native"/>
- </id>
- <version name="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
- <meta attribute="syntheticVersion">true</meta>
- </version>
- <property name="fme_feature" type="java.lang.String"/>
- <property name="aaa" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
- <column not-null="false" unique="false" name="`aaa`"/>
- </property>
- <property name="bbb" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
- <column not-null="false" unique="false" name="`bbb`"/>
- </property>
- <property name="ccc" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
- <column not-null="false" unique="false" name="`ccc`"/>
- </property>
- </class>
- <class entity-name="SimpleAllType" abstract="false" lazy="false" table="`simplealltype`">
- <meta attribute="eclassName">SimpleAllType</meta>
- <meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/groupall</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="aaa" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
- <column not-null="true" unique="false" name="`aaa`"/>
- </property>
- <property name="bbb" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
- <column not-null="true" unique="false" name="`bbb`"/>
- </property>
- <property name="ccc" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
- <column not-null="true" unique="false" name="`ccc`"/>
- </property>
- </class>
-</hibernate-mapping> \ No newline at end of file

Back to the top