Uses of Interface
org.apache.torque.om.Persistent

Packages that use Persistent
org.apache.torque.manager A manager/factory API for use with Torque-generated data beans. 
org.apache.torque.om API for the classic Torque-generated object model. 
 

Uses of Persistent in org.apache.torque.manager
 

Methods in org.apache.torque.manager that return Persistent
protected  Persistent AbstractBaseManager.getOMInstance()
          Get a fresh instance of an om
protected  Persistent AbstractBaseManager.getOMInstance(ObjectKey id)
          Return an instance of an om based on the id
protected  Persistent AbstractBaseManager.getOMInstance(ObjectKey key, boolean fromCache)
          Return an instance of an om based on the id
protected  Persistent AbstractBaseManager.cacheGet(java.io.Serializable key)
           
protected  Persistent AbstractBaseManager.removeInstanceImpl(java.io.Serializable key)
           
protected  Persistent AbstractBaseManager.putInstanceImpl(Persistent om)
           
protected  Persistent AbstractBaseManager.putInstanceImpl(java.io.Serializable key, Persistent om)
           
protected abstract  Persistent AbstractBaseManager.retrieveStoredOM(ObjectKey id)
           
 

Methods in org.apache.torque.manager with parameters of type Persistent
 void CacheListener.addedObject(Persistent om)
           
 void CacheListener.refreshedObject(Persistent om)
           
protected  Persistent AbstractBaseManager.putInstanceImpl(Persistent om)
           
protected  Persistent AbstractBaseManager.putInstanceImpl(java.io.Serializable key, Persistent om)
           
protected  void AbstractBaseManager.notifyListeners(java.util.List listeners, Persistent oldOm, Persistent om)
           
 

Uses of Persistent in org.apache.torque.om
 

Classes in org.apache.torque.om that implement Persistent
 class BaseObject
          This class contains attributes and methods that are used by all business objects within the system.
 



Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.