Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2008-05-10 07:37:02 +0000
committermtaal2008-05-10 07:37:02 +0000
commitb0bc734bc15000c7012b02ddc1da0b4d7ecc02ca (patch)
tree7b1b221b1141f4a98b75ab5e8dbc8a4795c04748 /examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/id
parentab4599e88a43e17dc8f2f737cd3bc5cdfb6f82ed (diff)
downloadorg.eclipse.emf.teneo-b0bc734bc15000c7012b02ddc1da0b4d7ecc02ca.tar.gz
org.eclipse.emf.teneo-b0bc734bc15000c7012b02ddc1da0b4d7ecc02ca.tar.xz
org.eclipse.emf.teneo-b0bc734bc15000c7012b02ddc1da0b4d7ecc02ca.zip
Added package,jdo to source tree and build properties
Diffstat (limited to 'examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/id')
-rw-r--r--examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/id/impl/package.jdo70
1 files changed, 70 insertions, 0 deletions
diff --git a/examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/id/impl/package.jdo b/examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/id/impl/package.jdo
new file mode 100644
index 000000000..e37801afd
--- /dev/null
+++ b/examples/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/id/impl/package.jdo
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE jdo SYSTEM "file:/javax/jdo/jdo.dtd">
+
+<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">
+ <discriminator column="dtype" strategy="value-map" value="IdentityID"/>
+ </inheritance>
+ <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">
+ <discriminator column="dtype" strategy="value-map" value="SimpleID"/>
+ </inheritance>
+ <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">
+ <discriminator column="dtype" strategy="value-map" value="TableID"/>
+ </inheritance>
+ <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">
+ <discriminator column="dtype" strategy="value-map" value="TableGeneratorID"/>
+ </inheritance>
+ <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">
+ <discriminator column="dtype" strategy="value-map" value="AutoID"/>
+ </inheritance>
+ <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>
+ <class name="org.eclipse.emf.teneo.samples.emf.annotations.id.impl.OtherTableGeneratorIDImpl" requires-extent="true" persistence-modifier="persistence-capable" detachable="true" table="othertablegeneratorid" identity-type="application">
+ <implements name="org.eclipse.emf.teneo.samples.emf.annotations.id.OtherTableGeneratorID"/>
+ <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="OtherTableGeneratorID"/>
+ </inheritance>
+ <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="OTHERTGEN" sequence-nextval-column-name="VAL_COL"/>
+ </class>
+ </package>
+</jdo> \ No newline at end of file

Back to the top