Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2009-05-23 10:52:07 +0000
committermtaal2009-05-23 10:52:07 +0000
commitee7c2e33330cc0f4ff9839f36a38172a5a1b248d (patch)
tree548945f44d210bf6ba3c9c3cc87832772b50526b /tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/TransientAction_mysql_s_o_hibernate.hbm.xml
parentecc06d5f8f23bb4f9a447edea34037e6380d700e (diff)
downloadorg.eclipse.emf.teneo-ee7c2e33330cc0f4ff9839f36a38172a5a1b248d.tar.gz
org.eclipse.emf.teneo-ee7c2e33330cc0f4ff9839f36a38172a5a1b248d.tar.xz
org.eclipse.emf.teneo-ee7c2e33330cc0f4ff9839f36a38172a5a1b248d.zip
[277546]
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/TransientAction_mysql_s_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/TransientAction_mysql_s_o_hibernate.hbm.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/TransientAction_mysql_s_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/TransientAction_mysql_s_o_hibernate.hbm.xml
index 7cc2c8e07..90507ad91 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/TransientAction_mysql_s_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/TransientAction_mysql_s_o_hibernate.hbm.xml
@@ -6,7 +6,7 @@
<meta attribute="eclassName">Body</meta>
<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/annotations/transent</meta>
<id name="theID" type="long" unsaved-value="0">
- <column not-null="true" unique="false" name="`theid`"/>
+ <column not-null="true" unique="true" name="`theid`"/>
</id>
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
<meta attribute="syntheticVersion">true</meta>

Back to the top