blob: dc87e102e16b0f65e08ff13e0f0a53bf9a9f8789 [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:06:17 CEST 2007 -->
<jdo>
<package name="org.eclipse.emf.teneo.samples.emf.schemaconstructs.attributes.impl">
<class name="org.eclipse.emf.teneo.samples.emf.schemaconstructs.attributes.impl.AImpl" requires-extent="true" persistence-modifier="persistence-capable" detachable="true" table="a" identity-type="application">
<implements name="org.eclipse.emf.teneo.samples.emf.schemaconstructs.attributes.A"/>
<implements name="org.eclipse.emf.ecore.EObject"/>
<implements name="org.eclipse.emf.common.notify.Notifier"/>
<inheritance strategy="new-table"/>
<version strategy="version-number" column="e_version"/>
<field name="name" persistence-modifier="persistent" null-value="none"/>
<field name="nameESet" persistence-modifier="persistent"/>
<field name="b" persistence-modifier="persistent" null-value="none"/>
<field name="bESet" persistence-modifier="persistent"/>
<field name="c" persistence-modifier="persistent" null-value="none"/>
<field name="comment" persistence-modifier="persistent" null-value="none"/>
<field name="commentESet" persistence-modifier="persistent"/>
<field name="id" persistence-modifier="persistent" primary-key="true"/>
<field name="d" persistence-modifier="persistent" null-value="exception"/>
<field name="myR" persistence-modifier="persistent" delete-action="restrict" null-value="none">
<foreign-key/>
<column name="r_myr_e_id" allows-null="true"/>
<extension vendor-name="jpox" key="implementation-classes" value="org.eclipse.emf.teneo.samples.emf.schemaconstructs.attributes.impl.RImpl"/>
</field>
</class>
<class name="org.eclipse.emf.teneo.samples.emf.schemaconstructs.attributes.impl.RImpl" requires-extent="true" persistence-modifier="persistence-capable" detachable="true" table="r" identity-type="datastore">
<implements name="org.eclipse.emf.teneo.samples.emf.schemaconstructs.attributes.R"/>
<implements name="org.eclipse.emf.ecore.EObject"/>
<implements name="org.eclipse.emf.common.notify.Notifier"/>
<inheritance strategy="new-table"/>
<version strategy="version-number" column="e_version"/>
<field name="name" persistence-modifier="persistent" null-value="exception"/>
</class>
</package>
</jdo>