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.hibernate.test.emf.schemaconstructs.AttributesTest$1/mysql_s_o/hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.schemaconstructs.AttributesTest$1/mysql_s_o/hibernate.hbm.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.schemaconstructs.AttributesTest$1/mysql_s_o/hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.schemaconstructs.AttributesTest$1/mysql_s_o/hibernate.hbm.xml
index aa454d337..a95ca4cb1 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.schemaconstructs.AttributesTest$1/mysql_s_o/hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.hibernate.test.emf.schemaconstructs.AttributesTest$1/mysql_s_o/hibernate.hbm.xml
@@ -1,31 +1,31 @@
<?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:57 CET 2006 -->
+<!-- Generated by Teneo on Mon Nov 13 20:18:51 CET 2006 -->
<hibernate-mapping>
<class entity-name="A" abstract="false" lazy="false" table="`a`">
<meta attribute="eclassName">A</meta>
<meta attribute="epackage">http://www.eclipse.org/emf/teneo/store/test/emf/schemaconstructs/attributes</meta>
<id name="id" type="java.lang.String">
- <column not-null="false" unique="false" name="`id`"/>
+ <column not-null="true" unique="false" name="`id`"/>
</id>
<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="false">
+ <property name="name" type="java.lang.String" lazy="false" insert="true" update="true" not-null="false" unique="false">
<column not-null="false" unique="false" name="`name`"/>
</property>
- <property name="b" type="long" lazy="false" not-null="false">
+ <property name="b" type="long" lazy="false" insert="true" update="true" not-null="false" unique="false">
<column not-null="false" unique="false" name="`b`"/>
</property>
- <property name="c" type="java.lang.String" lazy="false" not-null="false">
+ <property name="c" type="java.lang.String" lazy="false" insert="true" update="true" not-null="false" unique="false">
<column not-null="false" unique="false" name="`c`"/>
</property>
- <property name="comment" type="double" lazy="false" not-null="false">
+ <property name="comment" type="double" lazy="false" insert="true" update="true" not-null="false" unique="false">
<column not-null="false" unique="false" name="`comment`"/>
</property>
- <property name="d" type="java.lang.String" lazy="false" not-null="true">
- <column not-null="false" unique="false" name="`d`"/>
+ <property name="d" type="java.lang.String" lazy="false" insert="true" update="true" not-null="true" unique="false">
+ <column not-null="true" unique="false" name="`d`"/>
</property>
<many-to-one name="myR" entity-name="R" cascade="merge,persist,save-update,lock,refresh" lazy="false" insert="true" update="true" not-null="false">
<column not-null="false" unique="false" name="`r_myr_id`"/>
@@ -41,8 +41,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>
</class>
</hibernate-mapping> \ No newline at end of file

Back to the top