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.test.emf.sample/CarAction_mysql_a_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/CarAction_mysql_a_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.test.emf.sample/CarAction_mysql_a_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/CarAction_mysql_a_o_hibernate.hbm.xml
index 0b081cb5b..cfa41e5f3 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/CarAction_mysql_a_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/CarAction_mysql_a_o_hibernate.hbm.xml
@@ -31,7 +31,7 @@
<meta attribute="eclassName">CarLink</meta>
<meta attribute="epackage">http://www.example.com/car.xsd</meta>
<id name="carLinkId" type="java.lang.String">
- <column not-null="true" unique="true" name="`carlinkid`"/>
+ <column not-null="true" unique="false" name="`carlinkid`"/>
</id>
<discriminator column="`dtype`" type="string"/>
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
@@ -71,7 +71,7 @@
<meta attribute="eclassName">CarTire</meta>
<meta attribute="epackage">http://www.example.com/car.xsd</meta>
<id name="name" type="java.lang.String">
- <column not-null="true" unique="true" name="`name`"/>
+ <column not-null="true" unique="false" name="`name`"/>
</id>
<discriminator column="`dtype`" type="string"/>
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
@@ -82,7 +82,7 @@
<meta attribute="eclassName">CarType</meta>
<meta attribute="epackage">http://www.example.com/car.xsd</meta>
<id name="carID" type="java.lang.String">
- <column not-null="true" unique="true" name="`carid`"/>
+ <column not-null="true" unique="false" name="`carid`"/>
</id>
<discriminator column="`dtype`" type="string"/>
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">

Back to the top