in mapping.xml
if my table have multi-primary key
how to write at the 2nd line
<class name="myapp.JDOData" identity="id">
====>
<class name="myapp.JDOData" identity="id" identity="secondID">
right or not ?
thank u
<mapping>
<class name="myapp.JDOData" identity="id">
<description>data definition</description>
<map-to table="JDO" xml="iscd" />
<field name="id" type="string">
<sql name="id" type="char" />
<xml name="id" node="element"/>
</field>
<field name="name" type="string">
<sql name="name" type="char" />
<xml name="name" node="element" />
</field>
</class>
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev