Package net.ontopia.persistence.proxy
Class CacheEntry
java.lang.Object
net.ontopia.persistence.proxy.CacheEntry
- All Implemented Interfaces:
Externalizable,Serializable
INTERNAL: Class used by storage caches to hold field values for a
single object.
- See Also:
-
Field Details
-
MASKS
protected static final int[] MASKS
-
-
Constructor Details
-
CacheEntry
public CacheEntry() -
CacheEntry
-
-
Method Details
-
getIdentity
-
contains
public boolean contains(int field) -
getValue
-
setValue
-
unsetValue
-
clear
public void clear() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
toString
-