Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2007-04-17 15:36:03 +0000
committermtaal2007-04-17 15:36:03 +0000
commit34f6f384b841be77d149fc2758bcde0960d4ae27 (patch)
tree590dc1b1a83eafa3bf8ba9eb867d22754efc9a6a /tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ProductAction_mysql_e_o_hibernate.hbm.xml
parent5aee5dcba3a879ac7a41967dd4735f93b14cad47 (diff)
downloadorg.eclipse.emf.teneo-34f6f384b841be77d149fc2758bcde0960d4ae27.tar.gz
org.eclipse.emf.teneo-34f6f384b841be77d149fc2758bcde0960d4ae27.tar.xz
org.eclipse.emf.teneo-34f6f384b841be77d149fc2758bcde0960d4ae27.zip
Recreated hbm files
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ProductAction_mysql_e_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ProductAction_mysql_e_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.sample/ProductAction_mysql_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ProductAction_mysql_e_o_hibernate.hbm.xml
index b0b3e2284..0b789270b 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ProductAction_mysql_e_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ProductAction_mysql_e_o_hibernate.hbm.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
-<!-- Generated by Teneo on Fri Mar 30 17:57:10 CEST 2007 -->
+<!-- Generated by Teneo on Wed Apr 11 13:32:23 CEST 2007 -->
<hibernate-mapping>
<class name="org.eclipse.emf.teneo.samples.emf.sample.product.impl.ProductTypeImpl" entity-name="ProductType" abstract="false" lazy="false" table="`producttype`">
<meta attribute="eclassName">ProductType</meta>
<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/sample/product</meta>
<id name="id" type="java.lang.String">
- <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>

Back to the top