Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2006-10-25 18:55:44 +0000
committermtaal2006-10-25 18:55:44 +0000
commit1a5028225126132d9a012b32d6adc784be934642 (patch)
tree89e7f9c60667a8f081c58496b1d644ad4c92789c /tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.SimpleTypeAction
parentfdda33f333708b57e4ad5d408cdff2ec8770fc3f (diff)
downloadorg.eclipse.emf.teneo-1a5028225126132d9a012b32d6adc784be934642.tar.gz
org.eclipse.emf.teneo-1a5028225126132d9a012b32d6adc784be934642.tar.xz
org.eclipse.emf.teneo-1a5028225126132d9a012b32d6adc784be934642.zip
[162246]
[162152] [162256] [161658]
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.SimpleTypeAction')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.SimpleTypeAction/mysql_a_o/hibernate.hbm.xml10
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.SimpleTypeAction/mysql_s_o/hibernate.hbm.xml10
2 files changed, 10 insertions, 10 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.SimpleTypeAction/mysql_a_o/hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.SimpleTypeAction/mysql_a_o/hibernate.hbm.xml
index cf714f990..6118c1bb5 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.SimpleTypeAction/mysql_a_o/hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.SimpleTypeAction/mysql_a_o/hibernate.hbm.xml
@@ -1,7 +1,7 @@
<?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 Oct 20 14:54:33 CEST 2006 -->
+<!-- Generated by Teneo on Wed Oct 25 20:24:28 CEST 2006 -->
<hibernate-mapping>
<class entity-name="SimpleList" abstract="false" lazy="false" discriminator-value="SimpleList" table="`simplelist`">
<id type="long" name="e_id" column="e_id">
@@ -114,12 +114,12 @@
<property name="inte" type="int" lazy="false" column="`inte`" not-null="false"/>
<property name="lon" type="long" lazy="false" column="`lon`" not-null="false"/>
<property name="shor" type="short" lazy="false" column="`shor`" not-null="false"/>
- <property name="enu" lazy="false" access="org.eclipse.emf.teneo.hibernate.mapping.EFeatureAccessor" column="`enu`" not-null="false" unique="false">
+ <property name="enu" lazy="false" access="org.eclipse.emf.teneo.hibernate.mapping.EFeatureAccessor" column="`enu`" not-null="false">
<type name="org.eclipse.emf.teneo.hibernate.mapping.ENumUserType">
<param name="enumClass">org.eclipse.emf.teneo.samples.emf.schemaconstructs.simpletypes.SimpleEnum</param>
</type>
</property>
- <property name="dat" type="date" lazy="false" column="`dat`" not-null="true" unique="false"/>
+ <property name="dat" type="date" lazy="false" column="`dat`" not-null="true"/>
<property name="limitedstring" type="java.lang.String" lazy="false" column="`limitedstring`" not-null="true"/>
</class>
<class entity-name="SimpleTypeObject" abstract="false" lazy="false" discriminator-value="SimpleTypeObject" table="`simpletypeobject`">
@@ -136,11 +136,11 @@
<property name="inte" type="java.lang.Integer" lazy="false" column="`inte`" not-null="false"/>
<property name="lon" type="java.lang.Long" lazy="false" column="`lon`" not-null="false"/>
<property name="shor" type="java.lang.Short" lazy="false" column="`shor`" not-null="false"/>
- <property name="enu" lazy="false" access="org.eclipse.emf.teneo.hibernate.mapping.EFeatureAccessor" column="`enu`" not-null="false" unique="false">
+ <property name="enu" lazy="false" access="org.eclipse.emf.teneo.hibernate.mapping.EFeatureAccessor" column="`enu`" not-null="false">
<type name="org.eclipse.emf.teneo.hibernate.mapping.ENumUserType">
<param name="enumClass">org.eclipse.emf.teneo.samples.emf.schemaconstructs.simpletypes.SimpleEnum</param>
</type>
</property>
- <property name="dat" type="date" lazy="false" column="`dat`" not-null="false" unique="false"/>
+ <property name="dat" type="date" lazy="false" column="`dat`" not-null="false"/>
</class>
</hibernate-mapping> \ No newline at end of file
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.SimpleTypeAction/mysql_s_o/hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.SimpleTypeAction/mysql_s_o/hibernate.hbm.xml
index 514820b9c..8ecf6a2e6 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.SimpleTypeAction/mysql_s_o/hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.schemaconstructs.SimpleTypeAction/mysql_s_o/hibernate.hbm.xml
@@ -1,7 +1,7 @@
<?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 Oct 20 14:54:24 CEST 2006 -->
+<!-- Generated by Teneo on Wed Oct 25 20:24:16 CEST 2006 -->
<hibernate-mapping>
<class entity-name="SimpleList" abstract="false" lazy="false" table="`simplelist`">
<id type="long" name="e_id" column="e_id">
@@ -112,12 +112,12 @@
<property name="inte" type="int" lazy="false" column="`inte`" not-null="false"/>
<property name="lon" type="long" lazy="false" column="`lon`" not-null="false"/>
<property name="shor" type="short" lazy="false" column="`shor`" not-null="false"/>
- <property name="enu" lazy="false" access="org.eclipse.emf.teneo.hibernate.mapping.EFeatureAccessor" column="`enu`" not-null="false" unique="false">
+ <property name="enu" lazy="false" access="org.eclipse.emf.teneo.hibernate.mapping.EFeatureAccessor" column="`enu`" not-null="false">
<type name="org.eclipse.emf.teneo.hibernate.mapping.ENumUserType">
<param name="enumClass">org.eclipse.emf.teneo.samples.emf.schemaconstructs.simpletypes.SimpleEnum</param>
</type>
</property>
- <property name="dat" type="date" lazy="false" column="`dat`" not-null="true" unique="false"/>
+ <property name="dat" type="date" lazy="false" column="`dat`" not-null="true"/>
<property name="limitedstring" type="java.lang.String" lazy="false" column="`limitedstring`" not-null="true"/>
</class>
<class entity-name="SimpleTypeObject" abstract="false" lazy="false" table="`simpletypeobject`">
@@ -133,11 +133,11 @@
<property name="inte" type="java.lang.Integer" lazy="false" column="`inte`" not-null="false"/>
<property name="lon" type="java.lang.Long" lazy="false" column="`lon`" not-null="false"/>
<property name="shor" type="java.lang.Short" lazy="false" column="`shor`" not-null="false"/>
- <property name="enu" lazy="false" access="org.eclipse.emf.teneo.hibernate.mapping.EFeatureAccessor" column="`enu`" not-null="false" unique="false">
+ <property name="enu" lazy="false" access="org.eclipse.emf.teneo.hibernate.mapping.EFeatureAccessor" column="`enu`" not-null="false">
<type name="org.eclipse.emf.teneo.hibernate.mapping.ENumUserType">
<param name="enumClass">org.eclipse.emf.teneo.samples.emf.schemaconstructs.simpletypes.SimpleEnum</param>
</type>
</property>
- <property name="dat" type="date" lazy="false" column="`dat`" not-null="false" unique="false"/>
+ <property name="dat" type="date" lazy="false" column="`dat`" not-null="false"/>
</class>
</hibernate-mapping> \ No newline at end of file

Back to the top