Compass,
Take a look at CJTest4.java in the same directory. It shows how to open,
modify and save an object through Java.
The underscore ("_") in method names substitutes the "%" for "system"
methods; in your methods you don't need to add anything.
HTH,
Ram�n
--
ZCacheLib - Open Source Extensions for Cach�
http://www.zcachelib.org
"compass" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> In the sample:F:\CacheSys\Dev\Java\samples\CJTest6.java
> For example, run a query, ByName, in the Person class. ByName returns the
ID
> and Name of every person in your database,I can do this like the
> CJTest6.java.
> Now I want run a method in the Person class.
> How can i do !!
>