|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpox.cache.CachedPC
public class CachedPC
An object that is stored in the Level2 Cache. Comprises a PersistenceCapable object, and its loaded fields array so we know which fields are loaded when we retrieve it from the cache.
| Constructor Summary | |
|---|---|
CachedPC(javax.jdo.spi.PersistenceCapable pc,
boolean[] loadedFields)
Constructor. |
|
| Method Summary | |
|---|---|
boolean[] |
getLoadedFields()
Accessor for the loaded fields of this object |
java.lang.Class |
getPCClass()
Accessor for the class of the PC object. |
javax.jdo.spi.PersistenceCapable |
getPersistenceCapable()
Accessor for the PersistenceCapable object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CachedPC(javax.jdo.spi.PersistenceCapable pc,
boolean[] loadedFields)
pc - The PersistenceCapable objectloadedFields - The loaded fields| Method Detail |
|---|
public javax.jdo.spi.PersistenceCapable getPersistenceCapable()
public java.lang.Class getPCClass()
public boolean[] getLoadedFields()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||