Using JDO Persistent Objects

You use JDO Persistent Objects as follows:

  1. Obtain a persistence manager.
  2. Connect to a database.
  3. Begin a transaction.
  4. Work with the Java classes as usual (use JDOQL to find objects, create new objects, modify objects, delete objects, etc.).
  5. Commit the transaction.


Created October 7, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com