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.cacheGet(java.io.Serializable key)
          Get an object from cache
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.putInstanceImpl(Persistent om)
          Put an object into the cache
protected  Persistent AbstractBaseManager.putInstanceImpl(java.io.Serializable key, Persistent om)
          Put an object into the cache
protected  Persistent AbstractBaseManager.removeInstanceImpl(java.io.Serializable key)
          Remove an object from the cache
protected abstract  Persistent AbstractBaseManager.retrieveStoredOM(ObjectKey id)
          Retrieve an object from persistent storage
 

Methods in org.apache.torque.manager with parameters of type Persistent
 void CacheListener.addedObject(Persistent om)
           
protected  void AbstractBaseManager.notifyListeners(java.util.List listeners, Persistent oldOm, Persistent om)
           
protected  Persistent AbstractBaseManager.putInstanceImpl(Persistent om)
          Put an object into the cache
protected  Persistent AbstractBaseManager.putInstanceImpl(java.io.Serializable key, Persistent om)
          Put an object into the cache
 void CacheListener.refreshedObject(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-2009 Apache Software Foundation. All Rights Reserved.