|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Persistent | |
org.apache.torque.manager | |
org.apache.torque.om |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |