Should this work?

<field name="UID" type="java.rmi.server.UID" handler="com.n2logic.meme.mapping.XMLUIDHandler">
<sql name="uid" type="varchar"/>
</field>


I would like to use my UID handler to marshal UID's to/from SQL table the same way it does for XML.
It is basically a String<->UID type converter. I didn't notice a 'handler' attribute for the <field> element
for JDO mappings.

Any suggestions? Can I supply my own TypeConverter's? I couldn't see how.

Darren

----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev

Reply via email to