All Classes and Interfaces

Class
Description
 
FieldMapping inteface is information of a column element for external user.
A PersistenceCapable class that provides callback methods for life cycle events implements this interface.
 
 
JDODuplicateObjectIdException is thrown in case this PersistenceManager has another instance with the same Object Id in its cache.
This is the root of all JDO Exceptions.
 
 
 
 
An utility class for querying PersistenceCapable objects.
JDOObjectNotFoundException is thrown instead of a more generic JDODataStoreException in case an internal or an external query returned 0 rows.
 
 
 
A class that can be managed by a JDO implementation.
PersistenceManager is the primary interface for JDO-aware application components.
 
The Query interface allows applications to obtain persistent instances from the data store.
SpecialDBOperation interface is defined for database specific operations.
This class allows for multiple instances to be called at transaction completion, which JDO does not currently provide.
The JDO Transaction interface is a sub-interface of the PersistenceManager that deals with options and completion of transactions under user control.