This one time, at band camp, Michael Mok said:

MM>How do you enable auto store in your code? Can you post a small code sample?

Michael,

I didn't see a followup to your last question so I figured I help out.

See org.exolab.castor.jdo.Database.setAutoStore(boolean autoStore)

Example:

    db = jdo.getDatabase();
    db.setAutoStore( true );
    db.begin();
    /* do something here */
    db.commit();

Bruce
--

perl -e 'print unpack("u30","<0G)U8V4\@4VYY9&5R\"F9E<G)E=\$\!F<FEI+F-O;0\`\`");'

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

Reply via email to