E |
QueryCache.executeQuery(StorageAccessIF access,
K cachekey,
Object[] query_params) |
boolean |
ROLocalCache.exists(StorageAccessIF access,
IdentityIF identity) |
boolean |
SharedCache.exists(StorageAccessIF access,
IdentityIF identity) |
boolean |
StorageCacheIF.exists(StorageAccessIF access,
IdentityIF identity)
INTERNAL: Can be called to verify whether the specified identity
exists in the cache or in the data repository.
|
boolean |
RWLocalCache.exists(StorageAccessIF access,
IdentityIF identity) |
abstract boolean |
AbstractLocalCache.exists(StorageAccessIF access,
IdentityIF identity) |
boolean |
StatisticsCache.exists(StorageAccessIF access,
IdentityIF identity) |
Object |
ROLocalCache.getValue(StorageAccessIF access,
IdentityIF identity,
int field) |
Object |
SharedCache.getValue(StorageAccessIF access,
IdentityIF identity,
int field) |
Object |
StorageCacheIF.getValue(StorageAccessIF access,
IdentityIF identity,
int field)
INTERNAL: A call forwarded by the transaction (TransactionIF)
from persistent objects (PersistentIF) when the field value needs
to be retrieved from storage.
|
Object |
RWLocalCache.getValue(StorageAccessIF access,
IdentityIF identity,
int field) |
abstract Object |
AbstractLocalCache.getValue(StorageAccessIF access,
IdentityIF identity,
int field) |
Object |
StatisticsCache.getValue(StorageAccessIF access,
IdentityIF identity,
int field) |
int |
SharedCache.prefetch(StorageAccessIF access,
Class<?> type,
int field,
int nextField,
boolean traverse,
Collection<IdentityIF> identities) |
int |
StorageCacheIF.prefetch(StorageAccessIF access,
Class<?> type,
int field,
int nextField,
boolean traverse,
Collection<IdentityIF> identities) |
int |
AbstractLocalCache.prefetch(StorageAccessIF access,
Class<?> type,
int field,
int nextField,
boolean traverse,
Collection<IdentityIF> identities) |
int |
StatisticsCache.prefetch(StorageAccessIF access,
Class<?> type,
int field,
int nextField,
boolean traverse,
Collection<IdentityIF> identities) |