Package com.sptci.jdo

Package containing root JDO Java objects.

See:
          Description

Class Summary
JDOObject A base object from which all the JDO Object classes will be derived.
PersistenceManager A proxy around a javax.jdo.PersistenceManager used to ensure a singleton PersistenceManager instance for the entire application.
PersistenceManager2 A proxy around a javax.jdo.PersistenceManager used to ensure a singleton PersistenceManager instance for the entire application.
PersistenceManagerFactory A factory for accessing instances of a JDO Persistence Manager that are necessary for interacting with the JDO data store.
 

Package com.sptci.jdo Description

Package containing root JDO Java objects.

  1. PersistenceManagerFactory - A factory class to fetch instances of a JDO PersistenceManager.
  2. JDOObject - Root object in a JDO datastore, that can be used to mandate certain rules in all JDO persistent objects.



Copyright © 2006 Sans Pareil Technologies, Inc. All Rights Reserved.