Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2008-04-04 11:50:11 +0000
committermtaal2008-04-04 11:50:11 +0000
commita4417c5cd8e1345e300ebf999bed012dfedf9797 (patch)
tree695a79a2a174773249f3de3164b850c165a65174 /tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.schemaconstructs/DurationAction_mysql_s_o_hibernate.hbm.xml
parentc63eec7141326979d5749d13ed4483a0e9d972b4 (diff)
downloadorg.eclipse.emf.teneo-a4417c5cd8e1345e300ebf999bed012dfedf9797.tar.gz
org.eclipse.emf.teneo-a4417c5cd8e1345e300ebf999bed012dfedf9797.tar.xz
org.eclipse.emf.teneo-a4417c5cd8e1345e300ebf999bed012dfedf9797.zip
[224991]
[225717]
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.schemaconstructs/DurationAction_mysql_s_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.schemaconstructs/DurationAction_mysql_s_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.schemaconstructs/DurationAction_mysql_s_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.schemaconstructs/DurationAction_mysql_s_o_hibernate.hbm.xml
index 6deb20c4c..f7b768457 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.schemaconstructs/DurationAction_mysql_s_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.schemaconstructs/DurationAction_mysql_s_o_hibernate.hbm.xml
@@ -11,8 +11,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="duration" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDuration">
- <column not-null="false" unique="false" name="`duration`"/>
+ <property name="duration" lazy="false" insert="true" update="true" not-null="true" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDuration">
+ <column not-null="true" unique="false" name="`duration`"/>
</property>
<list name="durations" table="`durationtest_durations`" lazy="true" cascade="all,delete-orphan">
<key update="true">

Back to the top