blob: 578d4e184ea9161f7171ee0b9e983ad59cb587cb [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE jdo SYSTEM "file:/javax/jdo/jdo.dtd">
<!-- Generated by Teneo on Wed Jul 18 17:03:48 CEST 2007 -->
<jdo>
<package name="org.eclipse.emf.teneo.samples.emf.annotations.edatatypeColumn.impl">
<class name="org.eclipse.emf.teneo.samples.emf.annotations.edatatypeColumn.impl.BookImpl" requires-extent="true" persistence-modifier="persistence-capable" detachable="true" table="mybooktable" identity-type="datastore">
<implements name="org.eclipse.emf.teneo.samples.emf.annotations.edatatypeColumn.Book"/>
<implements name="org.eclipse.emf.ecore.EObject"/>
<implements name="org.eclipse.emf.common.notify.Notifier"/>
<inheritance strategy="new-table">
<discriminator column="dtype" strategy="value-map" value="Book"/>
</inheritance>
<version strategy="version-number" column="e_version"/>
<field name="title" persistence-modifier="persistent" null-value="exception">
<column name="titel" allows-null="true" length="25"/>
<unique>
<column name="titel" allows-null="true" length="25"/>
</unique>
</field>
<field name="pages" persistence-modifier="none"/>
<field name="weight" persistence-modifier="persistent" null-value="exception" embedded="true">
<column name="gewicht" allows-null="true" length="5" scale="2"/>
</field>
<field name="author" persistence-modifier="persistent" null-value="exception"/>
</class>
</package>
</jdo>