You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by "Michelle Caisse (JIRA)" <ji...@apache.org> on 2005/10/31 22:56:57 UTC

[jira] Closed: (JDO-18) Fix typos in company orm files

     [ http://issues.apache.org/jira/browse/JDO-18?page=all ]
     
Michelle Caisse closed JDO-18:
------------------------------


> Fix typos in company orm files
> ------------------------------
>
>          Key: JDO-18
>          URL: http://issues.apache.org/jira/browse/JDO-18
>      Project: JDO
>         Type: Bug
>     Reporter: Michelle Caisse
>     Assignee: Michelle Caisse
>     Priority: Minor

>
> 2. The mapped-by attribute for fields employees and fundedEmps is not using the
> correct case. The below is correct
>         <class name="Department" table="departments">
>             <datastore-identity strategy="identity" column="ID"/>
>             <field name="name" column="NAME"/>
>             <field name="company" column="COMPANYID"/>
>             <field name="employees" mapped-by="department"/>
>             <field name="fundedEmps" mapped-by="fundingDept"/>
>         </class>
> 3. The field "insid" must be removed from the Insurance class when under the
> orm/datastoreidentity folder.
>         <class name="Insurance" table="insuranceplans">
>             <inheritance strategy="new-table">
>                 <discriminator strategy="class-name" column="DISCRIMINATOR"/>
>             </inheritance>
>             <field name="insid" column="INSID" primary-key="true"/>
> (reported by Erik Bengston)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira