Uses of Interface
wt.fc.PersistenceManager

Packages that use PersistenceManager
wt.fc Provides high level datastore access by using the PersistenceManager (and server-side-only PersistenceManagerSvr) to find and manage Persistable objects. 
 

Uses of PersistenceManager in wt.fc
 

Classes in wt.fc that implement PersistenceManager
 class PersistenceManagerFwd
          The PersistenceManager interface identifies the set of methods that applications use to manage the persistent state of their business objects.
 class StandardPersistenceManager
          StandardPersistenceManager is a concrete persistent manager targeted for WTObject classes.
 

Fields in wt.fc declared as PersistenceManager
static PersistenceManager PersistenceHelper.manager
          

Supported API: true
static PersistenceManager PersistenceHelper.manager
          

Supported API: true