Defining Persistent Objects for JDO

You define persistent objects for JDO as follows:

  1. Create Java classes as usual. You can use interfaces, inheritances and associations.
  2. Define O/R mapping.
  3. Define a JDO persistence descriptor.
  4. Compile the Java classes.
  5. Run the JDO enhancer to transform the Java classes into persistent objects.


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