blob: fabfd632067efafb88f44f2ac08b105cabfe9880 [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:33 CEST 2007 -->
<jdo>
<package name="org.eclipse.emf.teneo.samples.emf.schemaconstructs.listunion.impl">
<class name="org.eclipse.emf.teneo.samples.emf.schemaconstructs.listunion.impl.statesByCountryImpl" requires-extent="true" persistence-modifier="persistence-capable" detachable="true" table="statesbycountry" identity-type="datastore">
<implements name="org.eclipse.emf.teneo.samples.emf.schemaconstructs.listunion.statesByCountry"/>
<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="statesByCountry"/>
</inheritance>
<version strategy="version-number" column="e_version"/>
<field name="country" persistence-modifier="persistent" null-value="exception"/>
<field name="allStates" persistence-modifier="persistent">
<collection element-type="java.lang.String">
<extension vendor-name="jpox" key="cache-lazy-loading" value="true"/>
</collection>
<join name="statesbycountry_allstates"/>
<order column="STATESBYCOUNTRY_ALLSTATES_IDX"/>
</field>
<field name="sixImportantStates" persistence-modifier="persistent">
<collection element-type="java.lang.String">
<extension vendor-name="jpox" key="cache-lazy-loading" value="true"/>
</collection>
<join name="statesbycountry_siximportantstates"/>
<order column="STATESBYCOUNTRY_SIXIMPORTANTSTATES_IDX"/>
</field>
<field name="zipUnion" persistence-modifier="persistent" null-value="exception"/>
<field name="zipUnions" persistence-modifier="persistent">
<collection element-type="java.lang.String">
<extension vendor-name="jpox" key="cache-lazy-loading" value="true"/>
</collection>
<join name="statesbycountry_zipunions"/>
<order column="STATESBYCOUNTRY_ZIPUNIONS_IDX"/>
</field>
<field name="simpleUnion" persistence-modifier="persistent" null-value="exception" serialized="true"/>
<field name="simpleUnions" persistence-modifier="persistent">
<collection element-type="org.eclipse.emf.teneo.jpox.mapping.AnyTypeObject">
<extension vendor-name="jpox" key="cache-lazy-loading" value="true"/>
</collection>
<join name="statesbycountry_simpleunions"/>
<element>
<embedded>
<field name="classifier">
<column name="CLASSIFIER"/>
</field>
<field name="value">
<column name="VALUE"/>
</field>
</embedded>
</element>
<order column="STATESBYCOUNTRY_SIMPLEUNIONS_IDX"/>
</field>
<field name="simpleStringUnion" persistence-modifier="persistent" null-value="exception"/>
<field name="simpleStringUnions" persistence-modifier="persistent">
<collection element-type="java.lang.String">
<extension vendor-name="jpox" key="cache-lazy-loading" value="true"/>
</collection>
<join name="statesbycountry_simplestringunions"/>
<order column="STATESBYCOUNTRY_SIMPLESTRINGUNIONS_IDX"/>
</field>
</class>
</package>
</jdo>