blob: fc4f00b40f60040f30b3e389b9f2f97c11c55021 [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">
<hibernate-mapping auto-import="false">
<class name="org.eclipse.emf.teneo.samples.issues.bz277546.impl.AnotherVersionImpl" entity-name="AnotherVersion" abstract="false" lazy="false" discriminator-value="AnotherVersion" table="`anotherversion`">
<meta attribute="eclassName">AnotherVersion</meta>
<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/issues/bz277546</meta>
<id name="id" type="long" unsaved-value="0">
<column not-null="true" unique="false" name="`id`"/>
<generator class="native"/>
</id>
<discriminator type="string">
<column name="dtype" index="anotherversiondtype" length="255" not-null="true"/>
</discriminator>
<version name="version" type="timestamp">
<column not-null="true" unique="false" name="`version`"/>
</version>
</class>
<class name="org.eclipse.emf.teneo.samples.issues.bz277546.impl.DateVersionImpl" entity-name="DateVersion" abstract="false" lazy="false" discriminator-value="DateVersion" table="`dateversion`">
<meta attribute="eclassName">DateVersion</meta>
<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/issues/bz277546</meta>
<id name="id" type="long" unsaved-value="0">
<column not-null="true" unique="false" name="`id`"/>
<generator class="native"/>
</id>
<discriminator type="string">
<column name="dtype" index="dateversiondtype" length="255" not-null="true"/>
</discriminator>
<version name="version" type="java.util.Date">
<column not-null="true" unique="false" name="`version`"/>
</version>
</class>
<class name="org.eclipse.emf.teneo.samples.issues.bz277546.impl.SimpleVersionImpl" entity-name="SimpleVersion" abstract="false" lazy="false" discriminator-value="SimpleVersion" table="`simpleversion`">
<meta attribute="eclassName">SimpleVersion</meta>
<meta attribute="epackage">http://www.eclipse.org/emf/teneo/samples/issues/bz277546</meta>
<id name="id" type="long" unsaved-value="0">
<column not-null="true" unique="false" name="`id`"/>
<generator class="native"/>
</id>
<discriminator type="string">
<column name="dtype" index="simpleversiondtype" length="255" not-null="true"/>
</discriminator>
<version name="version" type="timestamp">
<column not-null="true" unique="false" name="`version`"/>
</version>
</class>
</hibernate-mapping>