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.hibernate.test.emf.annotations/HbSequenceIdAction_mysql_e_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.emf.annotations/HbSequenceIdAction_mysql_e_o_hibernate.hbm.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.emf.annotations/HbSequenceIdAction_mysql_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.emf.annotations/HbSequenceIdAction_mysql_e_o_hibernate.hbm.xml
index 3e711c310..d6cb4d17c 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.emf.annotations/HbSequenceIdAction_mysql_e_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.emf.annotations/HbSequenceIdAction_mysql_e_o_hibernate.hbm.xml
@@ -6,7 +6,7 @@
<meta attribute="eclassName">IdentityID</meta>
<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/annotations/hb/generator/id</meta>
<id name="myid" type="long" unsaved-value="0">
- <column not-null="true" unique="true" name="`myid`"/>
+ <column not-null="true" unique="false" name="`myid`"/>
<generator class="identity"/>
</id>
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
@@ -17,7 +17,7 @@
<meta attribute="eclassName">SimpleID</meta>
<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/annotations/hb/generator/id</meta>
<id name="autoID" type="long" unsaved-value="0">
- <column not-null="true" unique="true" name="`autod`"/>
+ <column not-null="true" unique="false" name="`autod`"/>
<generator class="native"/>
</id>
<version name="generated" type="long">
@@ -28,7 +28,7 @@
<meta attribute="eclassName">TableID</meta>
<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/annotations/hb/generator/id</meta>
<id name="myid" type="long" unsaved-value="0">
- <column not-null="true" unique="true" name="`myid`"/>
+ <column not-null="true" unique="false" name="`myid`"/>
<generator class="hilo">
<param name="table">hilo_table</param>
<param name="column">the_hilo_column</param>

Back to the top