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.emf.sample/RentalMapAsClassAction_hsqldb_h_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalMapAsClassAction_hsqldb_h_o_hibernate.hbm.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalMapAsClassAction_hsqldb_h_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalMapAsClassAction_hsqldb_h_o_hibernate.hbm.xml
index e36af0cbc..0179ba30d 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalMapAsClassAction_hsqldb_h_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalMapAsClassAction_hsqldb_h_o_hibernate.hbm.xml
@@ -93,7 +93,7 @@
<column not-null="false" unique="false" name="`COST`"/>
</property>
<list name="rentalUnits" lazy="true" cascade="persist,merge,refresh,save-update,lock">
- <key update="true" foreign-key="RENTALCONTRACT_RENTALUNITS">
+ <key foreign-key="RENTALCONTRACT_RENTALUNITS_KEY" update="true">
<column name="`RENTALCONTRACT_RENTALUNITS_E_ID`" unique="false"/>
</key>
<list-index column="`RENTALCONTRACT_RENTALUNITS_IDX`"/>
@@ -347,7 +347,7 @@
<column not-null="false" unique="false" name="`COST`"/>
</property>
<list name="rentalUnits" table="`RENTALCONTRACTAUDITING_RENTALUNITSAUDITING`" lazy="true" cascade="all">
- <key update="true">
+ <key foreign-key="RENTALCONTRACTAUDITING_RENTALUNITS_KEY" update="true">
<column name="`RENTALCONTRACTAUDITING_RENTALUNITS_TENEO_AUDIT_ID`" unique="false"/>
</key>
<list-index column="`RENTALCONTRACTAUDITING_RENTALUNITS_IDX`"/>

Back to the top