Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2009-06-06 20:23:16 +0000
committermtaal2009-06-06 20:23:16 +0000
commit06a63b76171c4549aa2ac9d1c1f3c4e903a7e3a8 (patch)
tree1b5ee97f3616fd9e1c378cd1532e4a28879d3d32 /tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues
parent108f0c6c23d3d1d01097714c308332f19cda287e (diff)
downloadorg.eclipse.emf.teneo-06a63b76171c4549aa2ac9d1c1f3c4e903a7e3a8.tar.gz
org.eclipse.emf.teneo-06a63b76171c4549aa2ac9d1c1f3c4e903a7e3a8.tar.xz
org.eclipse.emf.teneo-06a63b76171c4549aa2ac9d1c1f3c4e903a7e3a8.zip
Updated to hibernate 3.3
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/BZ258266Action_mysql_a_o_hibernate.hbm.xml4
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/BZ258266Action_mysql_e_o_hibernate.hbm.xml4
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/BZ258266Action_mysql_s_o_hibernate.hbm.xml4
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz242995Action_mysql_a_o_hibernate.hbm.xml4
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz242995Action_mysql_e_o_hibernate.hbm.xml4
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz242995Action_mysql_s_o_hibernate.hbm.xml4
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245167Action_mysql_a_o_hibernate.hbm.xml4
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245167Action_mysql_e_o_hibernate.hbm.xml4
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245167Action_mysql_s_o_hibernate.hbm.xml4
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245634Action_mysql_a_o_hibernate.hbm.xml2
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245634Action_mysql_e_o_hibernate.hbm.xml2
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245634Action_mysql_s_o_hibernate.hbm.xml2
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/UpdateAction_mysql_a_o_hibernate.hbm.xml4
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/UpdateAction_mysql_e_o_hibernate.hbm.xml4
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/UpdateAction_mysql_s_o_hibernate.hbm.xml4
15 files changed, 27 insertions, 27 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/BZ258266Action_mysql_a_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/BZ258266Action_mysql_a_o_hibernate.hbm.xml
index f60db12d9..8ad20612d 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/BZ258266Action_mysql_a_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/BZ258266Action_mysql_a_o_hibernate.hbm.xml
@@ -84,7 +84,7 @@
<meta attribute="eclassName">OneTimeWonder</meta>
<meta attribute="epackage">http:///org/eclipse/example/library.ecore</meta>
<id name="id" type="long" unsaved-value="0">
- <column not-null="true" unique="false" name="`id`"/>
+ <column not-null="true" unique="true" name="`id`"/>
<generator class="foreign">
<param name="property">theAuthor</param>
</generator>
@@ -102,7 +102,7 @@
<meta attribute="eclassName">Author</meta>
<meta attribute="epackage">http:///org/eclipse/example/library.ecore</meta>
<id name="id" type="long" unsaved-value="0">
- <column not-null="true" unique="false" name="`id`"/>
+ <column not-null="true" unique="true" name="`id`"/>
<generator class="native"/>
</id>
<discriminator column="`dtype`" type="string"/>
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/BZ258266Action_mysql_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/BZ258266Action_mysql_e_o_hibernate.hbm.xml
index 164ff5949..d022b9659 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/BZ258266Action_mysql_e_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/BZ258266Action_mysql_e_o_hibernate.hbm.xml
@@ -81,7 +81,7 @@
<meta attribute="eclassName">OneTimeWonder</meta>
<meta attribute="epackage">http:///org/eclipse/example/library.ecore</meta>
<id name="id" type="long" unsaved-value="0">
- <column not-null="true" unique="false" name="`id`"/>
+ <column not-null="true" unique="true" name="`id`"/>
<generator class="foreign">
<param name="property">theAuthor</param>
</generator>
@@ -98,7 +98,7 @@
<meta attribute="eclassName">Author</meta>
<meta attribute="epackage">http:///org/eclipse/example/library.ecore</meta>
<id name="id" type="long" unsaved-value="0">
- <column not-null="true" unique="false" name="`id`"/>
+ <column not-null="true" unique="true" name="`id`"/>
<generator class="native"/>
</id>
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/BZ258266Action_mysql_s_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/BZ258266Action_mysql_s_o_hibernate.hbm.xml
index 164ff5949..d022b9659 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/BZ258266Action_mysql_s_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/BZ258266Action_mysql_s_o_hibernate.hbm.xml
@@ -81,7 +81,7 @@
<meta attribute="eclassName">OneTimeWonder</meta>
<meta attribute="epackage">http:///org/eclipse/example/library.ecore</meta>
<id name="id" type="long" unsaved-value="0">
- <column not-null="true" unique="false" name="`id`"/>
+ <column not-null="true" unique="true" name="`id`"/>
<generator class="foreign">
<param name="property">theAuthor</param>
</generator>
@@ -98,7 +98,7 @@
<meta attribute="eclassName">Author</meta>
<meta attribute="epackage">http:///org/eclipse/example/library.ecore</meta>
<id name="id" type="long" unsaved-value="0">
- <column not-null="true" unique="false" name="`id`"/>
+ <column not-null="true" unique="true" name="`id`"/>
<generator class="native"/>
</id>
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz242995Action_mysql_a_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz242995Action_mysql_a_o_hibernate.hbm.xml
index f60db12d9..8ad20612d 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz242995Action_mysql_a_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz242995Action_mysql_a_o_hibernate.hbm.xml
@@ -84,7 +84,7 @@
<meta attribute="eclassName">OneTimeWonder</meta>
<meta attribute="epackage">http:///org/eclipse/example/library.ecore</meta>
<id name="id" type="long" unsaved-value="0">
- <column not-null="true" unique="false" name="`id`"/>
+ <column not-null="true" unique="true" name="`id`"/>
<generator class="foreign">
<param name="property">theAuthor</param>
</generator>
@@ -102,7 +102,7 @@
<meta attribute="eclassName">Author</meta>
<meta attribute="epackage">http:///org/eclipse/example/library.ecore</meta>
<id name="id" type="long" unsaved-value="0">
- <column not-null="true" unique="false" name="`id`"/>
+ <column not-null="true" unique="true" name="`id`"/>
<generator class="native"/>
</id>
<discriminator column="`dtype`" type="string"/>
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz242995Action_mysql_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz242995Action_mysql_e_o_hibernate.hbm.xml
index 164ff5949..d022b9659 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz242995Action_mysql_e_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz242995Action_mysql_e_o_hibernate.hbm.xml
@@ -81,7 +81,7 @@
<meta attribute="eclassName">OneTimeWonder</meta>
<meta attribute="epackage">http:///org/eclipse/example/library.ecore</meta>
<id name="id" type="long" unsaved-value="0">
- <column not-null="true" unique="false" name="`id`"/>
+ <column not-null="true" unique="true" name="`id`"/>
<generator class="foreign">
<param name="property">theAuthor</param>
</generator>
@@ -98,7 +98,7 @@
<meta attribute="eclassName">Author</meta>
<meta attribute="epackage">http:///org/eclipse/example/library.ecore</meta>
<id name="id" type="long" unsaved-value="0">
- <column not-null="true" unique="false" name="`id`"/>
+ <column not-null="true" unique="true" name="`id`"/>
<generator class="native"/>
</id>
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz242995Action_mysql_s_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz242995Action_mysql_s_o_hibernate.hbm.xml
index 164ff5949..d022b9659 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz242995Action_mysql_s_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz242995Action_mysql_s_o_hibernate.hbm.xml
@@ -81,7 +81,7 @@
<meta attribute="eclassName">OneTimeWonder</meta>
<meta attribute="epackage">http:///org/eclipse/example/library.ecore</meta>
<id name="id" type="long" unsaved-value="0">
- <column not-null="true" unique="false" name="`id`"/>
+ <column not-null="true" unique="true" name="`id`"/>
<generator class="foreign">
<param name="property">theAuthor</param>
</generator>
@@ -98,7 +98,7 @@
<meta attribute="eclassName">Author</meta>
<meta attribute="epackage">http:///org/eclipse/example/library.ecore</meta>
<id name="id" type="long" unsaved-value="0">
- <column not-null="true" unique="false" name="`id`"/>
+ <column not-null="true" unique="true" name="`id`"/>
<generator class="native"/>
</id>
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245167Action_mysql_a_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245167Action_mysql_a_o_hibernate.hbm.xml
index 565b709f5..e3ae1a290 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245167Action_mysql_a_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245167Action_mysql_a_o_hibernate.hbm.xml
@@ -84,7 +84,7 @@
<meta attribute="eclassName">OneTimeWonder</meta>
<meta attribute="epackage">http:///org/eclipse/example/library.ecore</meta>
<id name="id" type="long" unsaved-value="0">
- <column not-null="true" unique="false" name="`id`"/>
+ <column not-null="true" unique="true" name="`id`"/>
<generator class="foreign">
<param name="property">theAuthor</param>
</generator>
@@ -102,7 +102,7 @@
<meta attribute="eclassName">Author</meta>
<meta attribute="epackage">http:///org/eclipse/example/library.ecore</meta>
<id name="id" type="long" unsaved-value="0">
- <column not-null="true" unique="false" name="`id`"/>
+ <column not-null="true" unique="true" name="`id`"/>
<generator class="native"/>
</id>
<discriminator column="`dtype`" type="string"/>
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245167Action_mysql_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245167Action_mysql_e_o_hibernate.hbm.xml
index 75e60c2f2..5607045c1 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245167Action_mysql_e_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245167Action_mysql_e_o_hibernate.hbm.xml
@@ -81,7 +81,7 @@
<meta attribute="eclassName">OneTimeWonder</meta>
<meta attribute="epackage">http:///org/eclipse/example/library.ecore</meta>
<id name="id" type="long" unsaved-value="0">
- <column not-null="true" unique="false" name="`id`"/>
+ <column not-null="true" unique="true" name="`id`"/>
<generator class="foreign">
<param name="property">theAuthor</param>
</generator>
@@ -98,7 +98,7 @@
<meta attribute="eclassName">Author</meta>
<meta attribute="epackage">http:///org/eclipse/example/library.ecore</meta>
<id name="id" type="long" unsaved-value="0">
- <column not-null="true" unique="false" name="`id`"/>
+ <column not-null="true" unique="true" name="`id`"/>
<generator class="native"/>
</id>
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245167Action_mysql_s_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245167Action_mysql_s_o_hibernate.hbm.xml
index 75e60c2f2..5607045c1 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245167Action_mysql_s_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245167Action_mysql_s_o_hibernate.hbm.xml
@@ -81,7 +81,7 @@
<meta attribute="eclassName">OneTimeWonder</meta>
<meta attribute="epackage">http:///org/eclipse/example/library.ecore</meta>
<id name="id" type="long" unsaved-value="0">
- <column not-null="true" unique="false" name="`id`"/>
+ <column not-null="true" unique="true" name="`id`"/>
<generator class="foreign">
<param name="property">theAuthor</param>
</generator>
@@ -98,7 +98,7 @@
<meta attribute="eclassName">Author</meta>
<meta attribute="epackage">http:///org/eclipse/example/library.ecore</meta>
<id name="id" type="long" unsaved-value="0">
- <column not-null="true" unique="false" name="`id`"/>
+ <column not-null="true" unique="true" name="`id`"/>
<generator class="native"/>
</id>
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245634Action_mysql_a_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245634Action_mysql_a_o_hibernate.hbm.xml
index b714f1343..e49165f09 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245634Action_mysql_a_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245634Action_mysql_a_o_hibernate.hbm.xml
@@ -6,7 +6,7 @@
<meta attribute="eclassName">City</meta>
<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/issues/bz245634</meta>
<id name="id" type="long" unsaved-value="0">
- <column not-null="true" unique="false" name="`id`"/>
+ <column not-null="true" unique="true" name="`id`"/>
</id>
<discriminator column="`dtype`" type="string"/>
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245634Action_mysql_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245634Action_mysql_e_o_hibernate.hbm.xml
index f3ae1a708..255a46e93 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245634Action_mysql_e_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245634Action_mysql_e_o_hibernate.hbm.xml
@@ -6,7 +6,7 @@
<meta attribute="eclassName">City</meta>
<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/issues/bz245634</meta>
<id name="id" type="long" unsaved-value="0">
- <column not-null="true" unique="false" name="`id`"/>
+ <column not-null="true" unique="true" name="`id`"/>
</id>
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
<meta attribute="syntheticVersion">true</meta>
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245634Action_mysql_s_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245634Action_mysql_s_o_hibernate.hbm.xml
index f3ae1a708..255a46e93 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245634Action_mysql_s_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/Bz245634Action_mysql_s_o_hibernate.hbm.xml
@@ -6,7 +6,7 @@
<meta attribute="eclassName">City</meta>
<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/issues/bz245634</meta>
<id name="id" type="long" unsaved-value="0">
- <column not-null="true" unique="false" name="`id`"/>
+ <column not-null="true" unique="true" name="`id`"/>
</id>
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
<meta attribute="syntheticVersion">true</meta>
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/UpdateAction_mysql_a_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/UpdateAction_mysql_a_o_hibernate.hbm.xml
index 48943a937..9dcec2159 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/UpdateAction_mysql_a_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/UpdateAction_mysql_a_o_hibernate.hbm.xml
@@ -6,7 +6,7 @@
<meta attribute="eclassName">Child</meta>
<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/issues/update</meta>
<id name="name" type="java.lang.String">
- <column not-null="true" unique="false" name="`name`"/>
+ <column not-null="true" unique="true" name="`name`"/>
</id>
<discriminator column="`dtype`" type="string"/>
<property name="description" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
@@ -17,7 +17,7 @@
<meta attribute="eclassName">Parent</meta>
<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/issues/update</meta>
<id name="name" type="java.lang.String">
- <column not-null="true" unique="false" name="`name`"/>
+ <column not-null="true" unique="true" name="`name`"/>
</id>
<discriminator column="`dtype`" type="string"/>
<property name="description" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/UpdateAction_mysql_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/UpdateAction_mysql_e_o_hibernate.hbm.xml
index 72c568fd9..a39113980 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/UpdateAction_mysql_e_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/UpdateAction_mysql_e_o_hibernate.hbm.xml
@@ -6,7 +6,7 @@
<meta attribute="eclassName">Child</meta>
<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/issues/update</meta>
<id name="name" type="java.lang.String">
- <column not-null="true" unique="false" name="`name`"/>
+ <column not-null="true" unique="true" name="`name`"/>
</id>
<property name="description" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
<column not-null="true" unique="false" name="`description`"/>
@@ -16,7 +16,7 @@
<meta attribute="eclassName">Parent</meta>
<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/issues/update</meta>
<id name="name" type="java.lang.String">
- <column not-null="true" unique="false" name="`name`"/>
+ <column not-null="true" unique="true" name="`name`"/>
</id>
<property name="description" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
<column not-null="true" unique="false" name="`description`"/>
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/UpdateAction_mysql_s_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/UpdateAction_mysql_s_o_hibernate.hbm.xml
index 72c568fd9..a39113980 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/UpdateAction_mysql_s_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.hibernate.test.issues/UpdateAction_mysql_s_o_hibernate.hbm.xml
@@ -6,7 +6,7 @@
<meta attribute="eclassName">Child</meta>
<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/issues/update</meta>
<id name="name" type="java.lang.String">
- <column not-null="true" unique="false" name="`name`"/>
+ <column not-null="true" unique="true" name="`name`"/>
</id>
<property name="description" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
<column not-null="true" unique="false" name="`description`"/>
@@ -16,7 +16,7 @@
<meta attribute="eclassName">Parent</meta>
<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/issues/update</meta>
<id name="name" type="java.lang.String">
- <column not-null="true" unique="false" name="`name`"/>
+ <column not-null="true" unique="true" name="`name`"/>
</id>
<property name="description" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
<column not-null="true" unique="false" name="`description`"/>

Back to the top