Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2006-11-13 19:55:29 +0000
committermtaal2006-11-13 19:55:29 +0000
commit1c59734157dc5adb3b9b8876720fa67a45b6ebc0 (patch)
tree9d3d9442181cdea066eb4f2f921aa746e13c141c /tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.sample.PrimerPOAction/mysql_s_o
parenta0bff57fcc23be1acaf31cce828544e23d041474 (diff)
downloadorg.eclipse.emf.teneo-1c59734157dc5adb3b9b8876720fa67a45b6ebc0.tar.gz
org.eclipse.emf.teneo-1c59734157dc5adb3b9b8876720fa67a45b6ebc0.tar.xz
org.eclipse.emf.teneo-1c59734157dc5adb3b9b8876720fa67a45b6ebc0.zip
[164374]
[164270] [164242]
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.sample.PrimerPOAction/mysql_s_o')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.sample.PrimerPOAction/mysql_s_o/hibernate.hbm.xml48
1 files changed, 24 insertions, 24 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.sample.PrimerPOAction/mysql_s_o/hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.sample.PrimerPOAction/mysql_s_o/hibernate.hbm.xml
index 04a2cd45c..d7098012d 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.sample.PrimerPOAction/mysql_s_o/hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/run/org.eclipse.emf.teneo.test.emf.sample.PrimerPOAction/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 Mon Nov 13 15:28:18 CET 2006 -->
+<!-- Generated by Teneo on Mon Nov 13 20:18:19 CET 2006 -->
<hibernate-mapping>
<class entity-name="Item" abstract="false" lazy="false" table="`item`">
<meta attribute="eclassName">Item</meta>
@@ -13,23 +13,23 @@
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
<meta attribute="syntheticVersion">true</meta>
</version>
- <property name="productName" type="java.lang.String" lazy="false" not-null="true">
- <column not-null="false" unique="false" name="`productname`"/>
+ <property name="productName" type="java.lang.String" lazy="false" insert="true" update="true" not-null="true" unique="false">
+ <column not-null="true" unique="false" name="`productname`"/>
</property>
- <property name="quantity" type="java.math.BigInteger" lazy="false" not-null="true">
- <column not-null="false" unique="false" name="`quantity`"/>
+ <property name="quantity" type="java.math.BigInteger" lazy="false" insert="true" update="true" not-null="true" unique="false">
+ <column not-null="true" unique="false" name="`quantity`"/>
</property>
- <property name="uSPrice" type="java.math.BigDecimal" lazy="false" not-null="true">
- <column not-null="false" unique="false" name="`usprice`"/>
+ <property name="uSPrice" type="java.math.BigDecimal" lazy="false" insert="true" update="true" not-null="true" unique="false">
+ <column not-null="true" unique="false" name="`usprice`"/>
</property>
- <property name="comment" type="java.lang.String" lazy="false" not-null="false">
+ <property name="comment" type="java.lang.String" lazy="false" insert="true" update="true" not-null="false" unique="false">
<column not-null="false" unique="false" name="`comment`"/>
</property>
- <property name="shipDate" type="serializable" lazy="false" not-null="false">
+ <property name="shipDate" type="serializable" lazy="false" insert="true" update="true" not-null="false" unique="false">
<column not-null="false" unique="false" name="`shipdate`"/>
</property>
- <property name="partNum" type="java.lang.String" lazy="false" not-null="true">
- <column not-null="false" unique="false" name="`partnum`"/>
+ <property name="partNum" type="java.lang.String" lazy="false" insert="true" update="true" not-null="true" unique="false">
+ <column not-null="true" unique="false" name="`partnum`"/>
</property>
</class>
<class entity-name="PurchaseOrder" abstract="false" lazy="false" table="`purchaseorder`">
@@ -48,7 +48,7 @@
<many-to-one name="billTo" entity-name="USAddress" cascade="all" lazy="false" insert="true" update="true" not-null="true">
<column not-null="true" unique="false" name="`usaddress_billto_id`"/>
</many-to-one>
- <property name="comment" type="java.lang.String" lazy="false" not-null="false">
+ <property name="comment" type="java.lang.String" lazy="false" insert="true" update="true" not-null="false" unique="false">
<column not-null="false" unique="false" name="`comment`"/>
</property>
<list name="items" lazy="true" cascade="all,delete-orphan">
@@ -58,7 +58,7 @@
<list-index column="`purchaseorder_items_idx`"/>
<one-to-many entity-name="Item"/>
</list>
- <property name="orderDate" type="serializable" lazy="false" not-null="false">
+ <property name="orderDate" type="serializable" lazy="false" insert="true" update="true" not-null="false" unique="false">
<column not-null="false" unique="false" name="`orderdate`"/>
</property>
</class>
@@ -72,22 +72,22 @@
<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler">
<meta attribute="syntheticVersion">true</meta>
</version>
- <property name="name" type="java.lang.String" lazy="false" not-null="true">
- <column not-null="false" unique="false" name="`name`"/>
+ <property name="name" type="java.lang.String" lazy="false" insert="true" update="true" not-null="true" unique="false">
+ <column not-null="true" unique="false" name="`name`"/>
</property>
- <property name="street" type="java.lang.String" lazy="false" not-null="true">
- <column not-null="false" unique="false" name="`street`"/>
+ <property name="street" type="java.lang.String" lazy="false" insert="true" update="true" not-null="true" unique="false">
+ <column not-null="true" unique="false" name="`street`"/>
</property>
- <property name="city" type="java.lang.String" lazy="false" not-null="true">
- <column not-null="false" unique="false" name="`city`"/>
+ <property name="city" type="java.lang.String" lazy="false" insert="true" update="true" not-null="true" unique="false">
+ <column not-null="true" unique="false" name="`city`"/>
</property>
- <property name="state" type="java.lang.String" lazy="false" not-null="true">
- <column not-null="false" unique="false" name="`state`"/>
+ <property name="state" type="java.lang.String" lazy="false" insert="true" update="true" not-null="true" unique="false">
+ <column not-null="true" unique="false" name="`state`"/>
</property>
- <property name="zip" type="java.math.BigDecimal" lazy="false" not-null="true">
- <column not-null="false" unique="false" name="`zip`"/>
+ <property name="zip" type="java.math.BigDecimal" lazy="false" insert="true" update="true" not-null="true" unique="false">
+ <column not-null="true" unique="false" name="`zip`"/>
</property>
- <property name="country" type="java.lang.String" lazy="false" not-null="false">
+ <property name="country" type="java.lang.String" lazy="false" insert="true" update="true" not-null="false" unique="false">
<column not-null="false" unique="false" name="`country`"/>
</property>
</class>

Back to the top