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.annotations/ToOneAction_mysql_a_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/ToOneAction_mysql_a_o_hibernate.hbm.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/ToOneAction_mysql_a_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/ToOneAction_mysql_a_o_hibernate.hbm.xml
index 437346062..f31793d6a 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/ToOneAction_mysql_a_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/ToOneAction_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 Wed Jul 04 20:34:56 CEST 2007 -->
+<!-- Generated by Teneo on Mon Jul 09 14:40:34 CEST 2007 -->
<hibernate-mapping>
<class name="org.eclipse.emf.teneo.samples.emf.annotations.toone.impl.AddressImpl" entity-name="Address" abstract="false" lazy="false" discriminator-value="Address" table="`address`">
<meta attribute="eclassName">Address</meta>
@@ -64,8 +64,6 @@
<column not-null="false" unique="false" name="`address_address_e_id`"/>
</many-to-one>
<one-to-one name="head" entity-name="Head" cascade="all" property-ref="person" lazy="false"/>
- <many-to-one name="leftArm" entity-name="Arm" cascade="merge,persist,save-update,lock,refresh" lazy="false" insert="true" update="true" not-null="true">
- <column not-null="true" unique="false" name="`arm_leftarm_e_id`"/>
- </many-to-one>
+ <many-to-one name="leftArm" entity-name="Arm" lazy="false" insert="true" update="true" unique="true"/>
</class>
</hibernate-mapping> \ No newline at end of file

Back to the top