| java.lang.Object org.jpox.cache.CachedPC
CachedPC | public class CachedPC (Code) | | An object that is stored in the Level2 Cache.
Comprises a persistable object, and its loaded fields array so we know which fields are loaded when we
retrieve it from the cache.
version: $Revision: 1.4 $ |
Constructor Summary | |
public | CachedPC(Object pc, boolean[] loadedFields) Constructor. |
CachedPC | public CachedPC(Object pc, boolean[] loadedFields)(Code) | | Constructor.
Parameters: pc - The persistable object Parameters: loadedFields - The loaded fields |
getLoadedFields | public boolean[] getLoadedFields()(Code) | | Accessor for the loaded fields of this object
The loaded fields |
getPCClass | public Class getPCClass()(Code) | | Accessor for the class of the persistable object.
The class of the object |
getPersistableObject | public Object getPersistableObject()(Code) | | Accessor for the persistable object
The PC object |
|
|