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.hibernate.test.emf.sample.AccountingTest$1/mysql_a_o/hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.sample.AccountingTest$1/mysql_a_o/hibernate.hbm.xml38
1 files changed, 19 insertions, 19 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.sample.AccountingTest$1/mysql_a_o/hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.sample.AccountingTest$1/mysql_a_o/hibernate.hbm.xml
index 72e70f7f2..a2567c279 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.sample.AccountingTest$1/mysql_a_o/hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.sample.AccountingTest$1/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 Feb 01 13:25:07 CET 2007 -->
+<!-- Generated by Teneo on Mon Feb 05 13:53:15 CET 2007 -->
<hibernate-mapping>
<class entity-name="Account" abstract="true" lazy="false" discriminator-value="Account" table="`account`">
<meta attribute="eclassName">Account</meta>
@@ -34,7 +34,7 @@
</property>
<list name="account" lazy="true" cascade="all,delete-orphan">
<key update="true">
- <column name="`accountgroup_account_id`" not-null="false" unique="false"/>
+ <column name="`accountgroup_account_e_id`" not-null="false" unique="false"/>
</key>
<list-index column="`accountgroup_account_idx`"/>
<one-to-many entity-name="Account"/>
@@ -56,27 +56,27 @@
</property>
<list name="accountGroup" lazy="true" cascade="all,delete-orphan">
<key update="true">
- <column name="`accounting_accountgroup_id`" not-null="false" unique="false"/>
+ <column name="`accounting_accountgroup_e_id`" not-null="false" unique="false"/>
</key>
<list-index column="`accounting_accountgroup_idx`"/>
<one-to-many entity-name="AccountGroup"/>
</list>
<list name="vat" lazy="true" cascade="all,delete-orphan">
<key update="true">
- <column name="`accounting_vat_id`" not-null="false" unique="false"/>
+ <column name="`accounting_vat_e_id`" not-null="false" unique="false"/>
</key>
<list-index column="`accounting_vat_idx`"/>
<one-to-many entity-name="Vat"/>
</list>
<many-to-one name="vatAccount" entity-name="BalanceAccount" cascade="merge,persist,save-update,lock,refresh" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`balanceaccount_vataccount_id`"/>
+ <column not-null="false" unique="false" name="`balanceaccount_vataccount_e_id`"/>
</many-to-one>
<many-to-one name="report" entity-name="Report" cascade="all" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`report_report_id`"/>
+ <column not-null="false" unique="false" name="`report_report_e_id`"/>
</many-to-one>
<list name="journalGroup" lazy="true" cascade="all,delete-orphan">
<key update="true">
- <column name="`accounting_journalgroup_id`" not-null="false" unique="false"/>
+ <column name="`accounting_journalgroup_e_id`" not-null="false" unique="false"/>
</key>
<list-index column="`accounting_journalgroup_idx`"/>
<one-to-many entity-name="JournalGroup"/>
@@ -87,11 +87,11 @@
<meta attribute="epackage">http://www.eclipse.org/emf/teneo/store/test/emf/sample/accounting</meta>
<list name="report" lazy="true" cascade="merge,persist,save-update,lock,refresh" table="balanceaccount_reportgroup">
<key update="true">
- <column name="`balanceaccount_id`" not-null="true" unique="false"/>
+ <column name="`balanceaccount_e_id`" not-null="true" unique="false"/>
</key>
<list-index column="`balanceaccount_report_idx`"/>
<many-to-many entity-name="ReportGroup" unique="false">
- <column name="`reportgroup_id`" not-null="true" unique="false"/>
+ <column name="`reportgroup_e_id`" not-null="true" unique="false"/>
</many-to-many>
</list>
</subclass>
@@ -111,14 +111,14 @@
</property>
<list name="journalGroups" lazy="true" cascade="all,delete-orphan">
<key update="true">
- <column name="`journalgroup_journalgroups_id`" not-null="false" unique="false"/>
+ <column name="`journalgroup_journalgroups_e_id`" not-null="false" unique="false"/>
</key>
<list-index column="`journalgroup_journalgroups_idx`"/>
<one-to-many entity-name="JournalGroup"/>
</list>
<list name="journalStatements" lazy="true" cascade="all,delete-orphan">
<key update="true">
- <column name="`journalgroup_journalstatements_id`" not-null="false" unique="false"/>
+ <column name="`journalgroup_journalstatements_e_id`" not-null="false" unique="false"/>
</key>
<list-index column="`journalgroup_journalstatements_idx`"/>
<one-to-many entity-name="JournalStatement"/>
@@ -145,13 +145,13 @@
<column not-null="false" unique="false" name="`amount`"/>
</property>
<many-to-one name="debitAccount" entity-name="Account" cascade="merge,persist,save-update,lock,refresh" lazy="false" insert="true" update="true" not-null="true">
- <column not-null="true" unique="false" name="`account_debitaccount_id`"/>
+ <column not-null="true" unique="false" name="`account_debitaccount_e_id`"/>
</many-to-one>
<many-to-one name="creditAccount" entity-name="Account" cascade="merge,persist,save-update,lock,refresh" lazy="false" insert="true" update="true" not-null="true">
- <column not-null="true" unique="false" name="`account_creditaccount_id`"/>
+ <column not-null="true" unique="false" name="`account_creditaccount_e_id`"/>
</many-to-one>
<many-to-one name="vat" entity-name="Vat" cascade="merge,persist,save-update,lock,refresh" lazy="false" insert="true" update="true" not-null="false">
- <column not-null="false" unique="false" name="`vat_vat_id`"/>
+ <column not-null="false" unique="false" name="`vat_vat_e_id`"/>
</many-to-one>
</class>
<subclass entity-name="PLAccount" abstract="false" lazy="false" extends="Account" discriminator-value="PLAccount">
@@ -173,10 +173,10 @@
<column not-null="true" unique="false" name="`name`"/>
</property>
<many-to-one name="debitReportGroup" entity-name="ReportGroup" cascade="all" lazy="false" insert="true" update="true" not-null="true">
- <column not-null="true" unique="false" name="`reportgroup_debitreportgroup_id`"/>
+ <column not-null="true" unique="false" name="`reportgroup_debitreportgroup_e_id`"/>
</many-to-one>
<many-to-one name="creditReportGroup" entity-name="ReportGroup" cascade="all" lazy="false" insert="true" update="true" not-null="true">
- <column not-null="true" unique="false" name="`reportgroup_creditreportgroup_id`"/>
+ <column not-null="true" unique="false" name="`reportgroup_creditreportgroup_e_id`"/>
</many-to-one>
</class>
<class entity-name="ReportGroup" abstract="false" lazy="false" discriminator-value="ReportGroup" table="`reportgroup`">
@@ -195,18 +195,18 @@
</property>
<list name="reportGroup" lazy="true" cascade="all,delete-orphan">
<key update="true">
- <column name="`reportgroup_reportgroup_id`" not-null="false" unique="false"/>
+ <column name="`reportgroup_reportgroup_e_id`" not-null="false" unique="false"/>
</key>
<list-index column="`reportgroup_reportgroup_idx`"/>
<one-to-many entity-name="ReportGroup"/>
</list>
<list name="account" lazy="true" cascade="merge,persist,save-update,lock,refresh" table="reportgroup_balanceaccount">
<key update="true">
- <column name="`reportgroup_id`" not-null="true" unique="false"/>
+ <column name="`reportgroup_e_id`" not-null="true" unique="false"/>
</key>
<list-index column="`reportgroup_account_idx`"/>
<many-to-many entity-name="BalanceAccount" unique="false">
- <column name="`balanceaccount_id`" not-null="true" unique="false"/>
+ <column name="`balanceaccount_e_id`" not-null="true" unique="false"/>
</many-to-many>
</list>
</class>

Back to the top