Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction/mysql_a_o/hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.GroupAction/mysql_a_o/hibernate.hbm.xml16
1 files changed, 8 insertions, 8 deletions
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
index ab940d71f..6dd1d7a03 100644
--- 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
@@ -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:23 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">
@@ -11,7 +11,7 @@
<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="`group_id`" not-null="false" unique="false"/>
+ <column name="`address_group_id`" not-null="false" unique="false"/>
</key>
<list-index column="`address_group_idx`"/>
<one-to-many entity-name="Address_group"/>
@@ -35,10 +35,10 @@
<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="`shipto_id`"/>
+ <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="`billto_id`"/>
+ <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>
@@ -51,7 +51,7 @@
<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="`addrs_id`" not-null="false" unique="false"/>
+ <column name="`addresslist_addrs_id`" not-null="false" unique="false"/>
</key>
<list-index column="`addresslist_addrs_idx`"/>
<one-to-many entity-name="AddressList_addrs"/>
@@ -65,10 +65,10 @@
<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="`shipto_id`"/>
+ <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="`billto_id`"/>
+ <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`">
@@ -79,7 +79,7 @@
<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="`allmap_id`" not-null="false" unique="false"/>
+ <column name="`simpleallmaptype_allmap_id`" not-null="false" unique="false"/>
</key>
<list-index column="`simpleallmaptype_allmap_idx`"/>
<one-to-many entity-name="SimpleAllMapType_allMap"/>

Back to the top