blob: 756d194f99002befa2fd12ba6e4453b32de2a29c [file] [log] [blame]
<?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 Wed Jul 18 22:54:29 CEST 2007 -->
<hibernate-mapping auto-import="false">
<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="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>
</version>
<property name="code" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
<column not-null="false" unique="false" name="`code`"/>
</property>
<many-to-one name="supplier" entity-name="SupplierType" cascade="merge,persist,save-update,lock,refresh" lazy="false" insert="true" update="true" not-null="true">
<column not-null="true" unique="false" name="`suppliertype_supplier_e_id`"/>
</many-to-one>
<property name="price" lazy="false" insert="true" update="true" not-null="false" unique="false" type="double">
<column not-null="false" unique="false" name="`price`"/>
</property>
<property name="createdOn" lazy="false" insert="true" update="true" not-null="true" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate">
<column not-null="true" unique="false" name="`createdon`"/>
</property>
<any name="AnyOne" id-type="long" cascade="merge,persist,save-update,lock,refresh">
<column not-null="false" unique="false" name="`anyone_type`"/>
<column not-null="false" unique="false" name="`anyone_id`"/>
</any>
<list name="AnyList" table="`producttype_anylist`" lazy="true" cascade="all,delete-orphan">
<key update="true">
<column name="`producttype_id`" not-null="true" unique="false"/>
</key>
<list-index column="`producttype_anylist_idx`"/>
<many-to-any id-type="long">
<column not-null="true" unique="false" name="`anylist_type`"/>
<column not-null="true" unique="false" name="`anylist_id`"/>
</many-to-any>
</list>
</class>
<class name="org.eclipse.emf.teneo.samples.emf.sample.product.impl.SupplierTypeImpl" entity-name="SupplierType" abstract="false" lazy="false" table="`suppliertype`">
<meta attribute="eclassName">SupplierType</meta>
<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/sample/product</meta>
<id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler">
<meta attribute="syntheticId">true</meta>
<generator class="native"/>
</id>
<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" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String">
<column not-null="true" unique="false" name="`name`"/>
</property>
<property name="noOfEmployees" lazy="false" insert="true" update="true" not-null="false" unique="false" type="int">
<column not-null="false" unique="false" name="`noofemployees`"/>
</property>
</class>
<class name="org.eclipse.emf.teneo.samples.emf.sample.product.impl.ClassificationTypeImpl" entity-name="ClassificationType" abstract="false" lazy="false" table="`classificationtype`">
<meta attribute="eclassName">ClassificationType</meta>
<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/emf/sample/product</meta>
<id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler">
<meta attribute="syntheticId">true</meta>
<generator class="native"/>
</id>
<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" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
<column not-null="false" unique="false" name="`name`"/>
</property>
</class>
</hibernate-mapping>