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_mysql_a_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalMapAsClassAction_mysql_a_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_mysql_a_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalMapAsClassAction_mysql_a_o_hibernate.hbm.xml
index 1d26cc2d1..64c1fdf28 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalMapAsClassAction_mysql_a_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalMapAsClassAction_mysql_a_o_hibernate.hbm.xml
@@ -30,7 +30,7 @@
<param name="enumClass">org.eclipse.emf.teneo.rental.RentalBicycleType</param>
</type>
</property>
- <many-to-one name="manufacturer" entity-name="Manufacturer" cascade="merge,persist,save-update,lock,refresh" foreign-key="rentalbicycle_manufacturer" lazy="proxy" insert="true" update="true" not-null="false">
+ <many-to-one name="manufacturer" entity-name="Manufacturer" lazy="false" cascade="merge,persist,save-update,lock,refresh" foreign-key="rentalbicycle_manufacturer" insert="true" update="true" not-null="false">
<column not-null="false" unique="false" name="`manufacturer_manufacturer_e_id`"/>
</many-to-one>
</subclass>
@@ -89,7 +89,7 @@
<list-index column="`rentalcontract_rentalunits_idx`"/>
<one-to-many entity-name="RentalUnit"/>
</list>
- <many-to-one name="currency" entity-name="Currency" cascade="merge,persist,save-update,lock,refresh" foreign-key="rentalcontract_currency" lazy="proxy" insert="true" update="true" not-null="false">
+ <many-to-one name="currency" entity-name="Currency" lazy="proxy" cascade="merge,persist,save-update,lock,refresh" foreign-key="rentalcontract_currency" insert="true" update="true" not-null="false">
<column not-null="false" unique="false" name="`currency_currency_e_id`"/>
</many-to-one>
</class>

Back to the top