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/ProductAction_mysql_e_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ProductAction_mysql_e_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/ProductAction_mysql_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ProductAction_mysql_e_o_hibernate.hbm.xml
index 69fbb17f8..5087f1323 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ProductAction_mysql_e_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ProductAction_mysql_e_o_hibernate.hbm.xml
@@ -14,7 +14,7 @@
<property name="code" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
<column not-null="true" unique="false" name="`code`"/>
</property>
- <many-to-one name="supplier" entity-name="SupplierType" cascade="merge,persist,save-update,lock,refresh" foreign-key="producttype_supplier" lazy="false" insert="true" update="true" not-null="true">
+ <many-to-one name="supplier" entity-name="SupplierType" lazy="false" cascade="merge,persist,save-update,lock,refresh" foreign-key="producttype_supplier" insert="true" update="true" not-null="true">
<column not-null="true" unique="false" name="`suppliertype_supplier_e_id`"/>
</many-to-one>
<property name="price" lazy="false" insert="true" update="true" not-null="true" unique="false" type="double">
@@ -23,7 +23,7 @@
<property name="createdOn" lazy="false" insert="true" update="true" not-null="true" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate">
<column not-null="true" unique="false" name="`createdon`"/>
</property>
- <any name="AnyOne" id-type="long" cascade="merge,persist,save-update,lock,refresh">
+ <any name="AnyOne" id-type="long" lazy="false" cascade="merge,persist,save-update,lock,refresh">
<column not-null="false" unique="false" name="`anyone_type`"/>
<column not-null="false" unique="false" name="`anyone_id`"/>
</any>

Back to the top