<?xml version="1.0" encoding="ISO-8859-1"?><!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" default-cascade="none" default-access="property" default-lazy="true">
&#9;<class name="org.eclipse.emf.teneo.samples.emf.annotations.edatatypeColumn.impl.BookImpl" entity-name="Book" abstract="false" lazy="false" discriminator-value="Book" table="`mybooktable`" mutable="true" polymorphism="implicit" dynamic-update="false" dynamic-insert="false" select-before-update="false" optimistic-lock="version">
&#9;&#9;<meta attribute="eclassName" inherit="true">Book</meta>
&#9;&#9;<meta attribute="epackage" inherit="true">http://www.eclipse.org/emf/teneo/samples/emf/annotations/edatatype_column</meta>
&#9;&#9;<id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler">
&#9;&#9;&#9;<meta attribute="syntheticId" inherit="true">true</meta>
&#9;&#9;&#9;<generator class="native"/>
&#9;&#9;</id>
&#9;&#9;<discriminator column="`dtype`" type="string" not-null="true" force="false" insert="true"/>
&#9;&#9;<version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler" type="integer" unsaved-value="undefined" generated="never">
&#9;&#9;&#9;<meta attribute="syntheticVersion" inherit="true">true</meta>
&#9;&#9;</version>
&#9;&#9;<property name="title" lazy="false" insert="true" update="true" not-null="true" unique="true" type="java.lang.String" optimistic-lock="true" generated="never">
&#9;&#9;&#9;<column not-null="false" unique="true" name="`titel`" length="25"/>
&#9;&#9;</property>
&#9;&#9;<property name="pages" lazy="false" insert="false" update="false" not-null="false" unique="false" type="int" optimistic-lock="true" generated="never">
&#9;&#9;&#9;<column not-null="false" unique="false" name="`pages`"/>
&#9;&#9;</property>
&#9;&#9;<property name="weight" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal" optimistic-lock="true" generated="never">
&#9;&#9;&#9;<column not-null="false" unique="false" name="`gewicht`" precision="5" scale="2"/>
&#9;&#9;</property>
&#9;&#9;<property name="author" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String" optimistic-lock="true" generated="never">
&#9;&#9;&#9;<column not-null="true" unique="false" name="`author`"/>
&#9;&#9;</property>
&#9;</class>
</hibernate-mapping>