blob: 9e2b5014a3fd99c9cd6ed1c609fa3030e2ceb351 [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:55 CEST 2007 -->
<jdo>
<package name="org.eclipse.emf.teneo.samples.emf.annotations.id.impl">
<class name="org.eclipse.emf.teneo.samples.emf.annotations.id.impl.IdentityIDImpl" requires-extent="true" persistence-modifier="persistence-capable" detachable="true" table="identityid" identity-type="application">
<implements name="org.eclipse.emf.teneo.samples.emf.annotations.id.IdentityID"/>
<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="myid" persistence-modifier="persistent" primary-key="true" value-strategy="identity" indexed="true"/>
</class>
<class name="org.eclipse.emf.teneo.samples.emf.annotations.id.impl.SimpleIDImpl" requires-extent="true" persistence-modifier="persistence-capable" detachable="true" table="simpleid" identity-type="application">
<implements name="org.eclipse.emf.teneo.samples.emf.annotations.id.SimpleID"/>
<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="autoID" persistence-modifier="persistent" primary-key="true" value-strategy="auto" indexed="true">
<column name="AUTOD" allows-null="false"/>
</field>
</class>
<class name="org.eclipse.emf.teneo.samples.emf.annotations.id.impl.TableIDImpl" requires-extent="true" persistence-modifier="persistence-capable" detachable="true" table="tableid" identity-type="application">
<implements name="org.eclipse.emf.teneo.samples.emf.annotations.id.TableID"/>
<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="myid" persistence-modifier="persistent" primary-key="true" value-strategy="increment" indexed="true"/>
</class>
<class name="org.eclipse.emf.teneo.samples.emf.annotations.id.impl.TableGeneratorIDImpl" requires-extent="true" persistence-modifier="persistence-capable" detachable="true" table="tablegeneratorid" identity-type="application">
<implements name="org.eclipse.emf.teneo.samples.emf.annotations.id.TableGeneratorID"/>
<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="myid" persistence-modifier="persistent" primary-key="true" value-strategy="increment" indexed="true" strategy="increment" sequence-table-name="TGEN" sequence-nextval-column-name="VAL_COL"/>
</class>
<class name="org.eclipse.emf.teneo.samples.emf.annotations.id.impl.AutoIDImpl" requires-extent="true" persistence-modifier="persistence-capable" detachable="true" table="autoid" identity-type="application">
<implements name="org.eclipse.emf.teneo.samples.emf.annotations.id.AutoID"/>
<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="autoID" persistence-modifier="persistent" primary-key="true" value-strategy="auto" indexed="true"/>
<field name="name" persistence-modifier="persistent" null-value="none"/>
</class>
</package>
</jdo>