Yeah, that's the one.

It's also necessary to add a few more JDO annotations in the dom... the
todoapp example shows how.

Cheers
Dan

On 19 October 2014 17:41, Kevin Meyer <ke...@kmz.co.za> wrote:

> >
> >> - (optionally, but recommended), you need to implement the appropriate
> >> JDO
> >> API so that the value type is persisted in some meaningful fashion,
> >> rather than just a byte[] or blob.
> >
> > Right, so if I want to encode it as 2 fields in the underlying table, to
> > aid queries, for example.
> >
> >> The latter involves implementing an SPI and registering in
> >> META-INF/MANIFEST; have a look at how this is done for
> >> org.apache.isis.applib.annotations.Clob, for example.
> >
> > Umm... I can't find such a class definition in Eclipse.
>
> I did find:
> org.apache.isis.objectstore.jdo.datanucleus.valuetypes.IsisClobMapping
> with nearby plugin.xml
>
> Anyway, I can put that off for the moment.
>
> Thanks,
> Kevin
>
>

Reply via email to