public abstract class FinderResult extends AbstractCacheUnit
| Modifier and Type | Class and Description |
|---|---|
static class |
FinderResult.FinderResultCacheKey |
| Modifier and Type | Field and Description |
|---|---|
protected PersistencePool |
pool |
INVALIDATIONTYPE_CREATED, INVALIDATIONTYPE_MODIFIED, INVALIDATIONTYPE_MODIFIED_STRING, INVALIDATIONTYPE_REMOVED, INVALIDATIONTYPE_REMOVED_STRING, UNKNOWN| Constructor and Description |
|---|
FinderResult(PersistencePool pool,
ItemDeployment depl,
String beanKey,
String finderName,
Object[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
createKey() |
String |
getColumn(String qualifier) |
ItemDeployment |
getDeployment() |
String |
getFinderName() |
String |
getFullBeanName() |
RegistrableCacheKey |
getKey() |
List |
getParameters() |
PersistencePool |
getPersistencePool() |
String |
getTable() |
addedToCacheBeforeComputation, arrayDeepEqualsReverse, compute, equals, executeInvalidation, get, getCache, getInvalidationTopicDepth, getKeyAsArray, getLoader, getTenantID, getWithoutCompute, getWithoutComputeIgnoringTransaction, hashCode, hintValue, invalidate, isCachingSupported, isValueKnown, isZombie, keepAlive, load, markKeptAlive, removedFromCache, toString, useCacheprotected final PersistencePool pool
public FinderResult(PersistencePool pool, ItemDeployment depl, String beanKey, String finderName, Object[] parameters)
public Object[] createKey()
createKey in class AbstractCacheUnitpublic RegistrableCacheKey getKey()
getKey in class AbstractCacheUnitpublic PersistencePool getPersistencePool()
public ItemDeployment getDeployment()
public String getTable()
public String getFullBeanName()
public String getFinderName()
public List getParameters()
Copyright © 2017 SAP SE. All Rights Reserved.