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.test.emf.schemaconstructs.ExtensionAction/mysql_s_o/hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.ExtensionAction/mysql_s_o/hibernate.hbm.xml34
1 files changed, 17 insertions, 17 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.ExtensionAction/mysql_s_o/hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.ExtensionAction/mysql_s_o/hibernate.hbm.xml
index 5464d460f..08834fbf1 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.ExtensionAction/mysql_s_o/hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.ExtensionAction/mysql_s_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 Mon Nov 13 15:28:58 CET 2006 -->
+<!-- Generated by Teneo on Mon Nov 13 20:18:56 CET 2006 -->
<hibernate-mapping>
<typedef name="extension.USStateObject" class="org.eclipse.emf.teneo.hibernate.mapping.DefaultToStringUserType">
<param name="epackage">http://www.eclipse.org/emf/teneo/store/test/emf/schemaconstructs/extension</param>
@@ -17,14 +17,14 @@
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
<meta attribute="syntheticVersion">true</meta>
</version>
- <property name="name" type="java.lang.String" lazy="false" not-null="true">
- <column not-null="false" unique="false" name="`name`"/>
+ <property name="name" type="java.lang.String" lazy="false" insert="true" update="true" not-null="true" unique="false">
+ <column not-null="true" unique="false" name="`name`"/>
</property>
- <property name="street" type="java.lang.String" lazy="false" not-null="true">
- <column not-null="false" unique="false" name="`street`"/>
+ <property name="street" type="java.lang.String" lazy="false" insert="true" update="true" not-null="true" unique="false">
+ <column not-null="true" unique="false" name="`street`"/>
</property>
- <property name="city" type="java.lang.String" lazy="false" not-null="true">
- <column not-null="false" unique="false" name="`city`"/>
+ <property name="city" type="java.lang.String" lazy="false" insert="true" update="true" not-null="true" unique="false">
+ <column not-null="true" unique="false" name="`city`"/>
</property>
</class>
<class entity-name="AddressList" abstract="false" lazy="false" table="`addresslist`">
@@ -37,8 +37,8 @@
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
<meta attribute="syntheticVersion">true</meta>
</version>
- <property name="name" type="java.lang.String" lazy="false" not-null="true">
- <column not-null="false" unique="false" name="`name`"/>
+ <property name="name" type="java.lang.String" lazy="false" insert="true" update="true" not-null="true" unique="false">
+ <column not-null="true" unique="false" name="`name`"/>
</property>
<many-to-one name="firstAddress" entity-name="FirstAddressHolder" cascade="all" lazy="false" insert="true" update="true" not-null="true">
<column not-null="true" unique="false" name="`firstaddressholder_firstaddress_id`"/>
@@ -57,10 +57,10 @@
<key>
<column name="`address_id`"/>
</key>
- <property name="postcode" type="java.lang.String" lazy="false" not-null="true">
- <column not-null="false" unique="false" name="`postcode`"/>
+ <property name="postcode" type="java.lang.String" lazy="false" insert="true" update="true" not-null="true" unique="false">
+ <column not-null="true" unique="false" name="`postcode`"/>
</property>
- <property name="exportCode" type="java.math.BigInteger" lazy="false" not-null="false">
+ <property name="exportCode" type="java.math.BigInteger" lazy="false" insert="true" update="true" not-null="false" unique="false">
<column not-null="false" unique="false" name="`exportcode`"/>
</property>
</joined-subclass>
@@ -70,7 +70,7 @@
<key>
<column name="`ukaddress_id`"/>
</key>
- <property name="district" type="java.lang.String" lazy="false" not-null="false">
+ <property name="district" type="java.lang.String" lazy="false" insert="true" update="true" not-null="false" unique="false">
<column not-null="false" unique="false" name="`district`"/>
</property>
</joined-subclass>
@@ -102,10 +102,10 @@
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
<meta attribute="syntheticVersion">true</meta>
</version>
- <property name="value" type="java.math.BigDecimal" lazy="false" not-null="false">
+ <property name="value" type="java.math.BigDecimal" lazy="false" insert="true" update="true" not-null="false" unique="false">
<column not-null="false" unique="false" name="`value`"/>
</property>
- <property name="currency" type="java.lang.String" lazy="false" not-null="false">
+ <property name="currency" type="java.lang.String" lazy="false" insert="true" update="true" not-null="false" unique="false">
<column not-null="false" unique="false" name="`currency`"/>
</property>
</class>
@@ -115,13 +115,13 @@
<key>
<column name="`address_id`"/>
</key>
- <property name="state" lazy="false" not-null="false">
+ <property name="state" lazy="false" not-null="false" insert="true" update="true" unique="false">
<column not-null="false" unique="false" name="`state`"/>
<type name="org.eclipse.emf.teneo.hibernate.mapping.ENumUserType">
<param name="enumClass">org.eclipse.emf.teneo.samples.emf.schemaconstructs.extension.USState</param>
</type>
</property>
- <property name="zip" type="java.math.BigInteger" lazy="false" not-null="false">
+ <property name="zip" type="java.math.BigInteger" lazy="false" insert="true" update="true" not-null="false" unique="false">
<column not-null="false" unique="false" name="`zip`"/>
</property>
</joined-subclass>

Back to the top