blob: c4d06c241509a2999421b6e226f54289a13da1fb [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:04:45 CEST 2007 -->
<jdo>
<package name="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.impl">
<class name="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.impl.ContainedChildNRImpl" requires-extent="true" persistence-modifier="persistence-capable" detachable="true" table="containedchildnr" identity-type="datastore">
<implements name="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.ContainedChildNR"/>
<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>
<class name="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.impl.ContainedChildRImpl" requires-extent="true" persistence-modifier="persistence-capable" detachable="true" table="containedchildr" identity-type="datastore">
<implements name="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.ContainedChildR"/>
<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>
<class name="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.impl.MainImpl" requires-extent="true" persistence-modifier="persistence-capable" detachable="true" table="main" identity-type="datastore">
<implements name="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.Main"/>
<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="containedonewayrequired" persistence-modifier="persistent" dependent="true" delete-action="restrict" null-value="none">
<foreign-key delete-action="cascade" update-action="cascade"/>
<column name="containedchildr_containedonewayrequired_e_id" allows-null="false"/>
<extension vendor-name="jpox" key="implementation-classes" value="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.impl.ContainedChildRImpl"/>
</field>
<field name="containedoneWaynotrequired" persistence-modifier="persistent" dependent="true" delete-action="restrict" null-value="none">
<foreign-key delete-action="cascade" update-action="cascade"/>
<column name="containedchildnr_containedonewaynotrequired_e_id" allows-null="true"/>
<extension vendor-name="jpox" key="implementation-classes" value="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.impl.ContainedChildNRImpl"/>
</field>
<field name="notcontainedonewayrequired" persistence-modifier="persistent" delete-action="restrict" null-value="exception">
<foreign-key/>
<column name="notcontainedchildr_notcontainedonewayrequired_e_id" allows-null="false"/>
<extension vendor-name="jpox" key="implementation-classes" value="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.impl.NotContainedChildRImpl"/>
</field>
<field name="notcontainedonewaynotrequired" persistence-modifier="persistent" delete-action="restrict" null-value="none">
<foreign-key/>
<column name="notcontainedchildnr_notcontainedonewaynotrequired_e_id" allows-null="true"/>
<extension vendor-name="jpox" key="implementation-classes" value="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.impl.NotContainedChildNRImpl"/>
</field>
<field name="notcontainedtwowaynotrequired" persistence-modifier="persistent" delete-action="restrict" null-value="none">
<foreign-key/>
<extension vendor-name="jpox" key="implementation-classes" value="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.impl.NotContainedChildNRTImpl"/>
</field>
<field name="notcontainedtwowayrequirednr" persistence-modifier="persistent" delete-action="restrict" null-value="none">
<foreign-key/>
<extension vendor-name="jpox" key="implementation-classes" value="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.impl.NotContainedChildRTNRImpl"/>
</field>
<field name="notcontainedtwowaynotrequirednr" persistence-modifier="persistent" delete-action="restrict" null-value="none">
<foreign-key/>
<extension vendor-name="jpox" key="implementation-classes" value="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.impl.NotContainedChildNRTNRImpl"/>
</field>
</class>
<class name="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.impl.NotContainedChildNRImpl" requires-extent="true" persistence-modifier="persistence-capable" detachable="true" table="notcontainedchildnr" identity-type="datastore">
<implements name="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.NotContainedChildNR"/>
<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>
<class name="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.impl.NotContainedChildNRTImpl" requires-extent="true" persistence-modifier="persistence-capable" detachable="true" table="notcontainedchildnrt" identity-type="datastore">
<implements name="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.NotContainedChildNRT"/>
<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"/>
<field name="main" persistence-modifier="persistent" delete-action="restrict" null-value="none">
<foreign-key/>
<extension vendor-name="jpox" key="implementation-classes" value="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.impl.MainImpl"/>
</field>
</class>
<class name="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.impl.NotContainedChildNRTNRImpl" requires-extent="true" persistence-modifier="persistence-capable" detachable="true" table="notcontainedchildnrtnr" identity-type="datastore">
<implements name="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.NotContainedChildNRTNR"/>
<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"/>
<field name="main" persistence-modifier="persistent" delete-action="restrict" null-value="none">
<foreign-key/>
<extension vendor-name="jpox" key="implementation-classes" value="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.impl.MainImpl"/>
</field>
</class>
<class name="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.impl.NotContainedChildRImpl" requires-extent="true" persistence-modifier="persistence-capable" detachable="true" table="notcontainedchildr" identity-type="datastore">
<implements name="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.NotContainedChildR"/>
<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>
<class name="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.impl.NotContainedChildRTNRImpl" requires-extent="true" persistence-modifier="persistence-capable" detachable="true" table="notcontainedchildrtnr" identity-type="datastore">
<implements name="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.NotContainedChildRTNR"/>
<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"/>
<field name="main" persistence-modifier="persistent" delete-action="restrict" null-value="none">
<foreign-key/>
<extension vendor-name="jpox" key="implementation-classes" value="org.eclipse.emf.teneo.samples.emf.relation.relation1to1.impl.MainImpl"/>
</field>
</class>
</package>
</jdo>