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.ListAction/mysql_a_o/hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.ListAction/mysql_a_o/hibernate.hbm.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.ListAction/mysql_a_o/hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.ListAction/mysql_a_o/hibernate.hbm.xml
index dee23275d..73211c338 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.ListAction/mysql_a_o/hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.ListAction/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 Mon Nov 13 15:29:07 CET 2006 -->
+<!-- Generated by Teneo on Mon Nov 13 20:19:06 CET 2006 -->
<hibernate-mapping>
<typedef name="list.SixStatesList" class="org.eclipse.emf.teneo.hibernate.mapping.DefaultToStringUserType">
<param name="epackage">http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/list</param>
@@ -26,17 +26,17 @@
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
<meta attribute="syntheticVersion">true</meta>
</version>
- <property name="country" type="java.lang.String" lazy="false" not-null="true">
- <column not-null="false" unique="false" name="`country`"/>
+ <property name="country" type="java.lang.String" lazy="false" insert="true" update="true" not-null="true" unique="false">
+ <column not-null="true" unique="false" name="`country`"/>
</property>
- <property name="index" type="int" lazy="false" not-null="false">
+ <property name="index" type="int" lazy="false" insert="true" update="true" not-null="false" unique="false">
<column not-null="false" unique="false" name="`index`"/>
</property>
- <property name="allStates" type="list.StateList" lazy="false" not-null="true">
- <column not-null="false" unique="false" name="`allstates`"/>
+ <property name="allStates" type="list.StateList" lazy="false" insert="true" update="true" not-null="true" unique="false">
+ <column not-null="true" unique="false" name="`allstates`"/>
</property>
- <property name="sixImportantStates" type="list.SixStatesList" lazy="false" not-null="true">
- <column not-null="false" unique="false" name="`siximportantstates`"/>
+ <property name="sixImportantStates" type="list.SixStatesList" lazy="false" insert="true" update="true" not-null="true" unique="false">
+ <column not-null="true" unique="false" name="`siximportantstates`"/>
</property>
</class>
</hibernate-mapping> \ No newline at end of file

Back to the top