Class FinderResult
- java.lang.Object
-
- de.hybris.platform.cache.AbstractCacheUnit
-
- de.hybris.platform.persistence.hjmp.FinderResult
-
- All Implemented Interfaces:
CacheValueLoader
public abstract class FinderResult extends AbstractCacheUnit
a cacheable result of an ejbFind method
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FinderResult.FinderResultCacheKey
-
Field Summary
Fields Modifier and Type Field Description protected PersistencePool
pool
-
Fields inherited from class de.hybris.platform.cache.AbstractCacheUnit
INVALIDATIONTYPE_CREATED, INVALIDATIONTYPE_MODIFIED, INVALIDATIONTYPE_MODIFIED_STRING, INVALIDATIONTYPE_REMOVED, INVALIDATIONTYPE_REMOVED_STRING, UNKNOWN
-
-
Constructor Summary
Constructors Constructor Description FinderResult(PersistencePool pool, ItemDeployment depl, java.lang.String beanKey, java.lang.String finderName, java.lang.Object[] parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[]
createKey()
java.lang.String
getColumn(java.lang.String qualifier)
ItemDeployment
getDeployment()
java.lang.String
getFinderName()
java.lang.String
getFullBeanName()
RegistrableCacheKey
getKey()
java.util.List
getParameters()
PersistencePool
getPersistencePool()
java.lang.String
getTable()
-
Methods inherited from class de.hybris.platform.cache.AbstractCacheUnit
addedToCacheBeforeComputation, compute, equals, executeInvalidation, get, getCache, getInvalidationTopicDepth, getKeyAsArray, getLoader, getTenantID, getWithoutCompute, getWithoutComputeIgnoringTransaction, hashCode, hintValue, invalidate, isCachingSupported, isValueKnown, load, removedFromCache, toString, useCache
-
-
-
-
Field Detail
-
pool
protected final PersistencePool pool
-
-
Constructor Detail
-
FinderResult
public FinderResult(PersistencePool pool, ItemDeployment depl, java.lang.String beanKey, java.lang.String finderName, java.lang.Object[] parameters)
-
-
Method Detail
-
createKey
public java.lang.Object[] createKey()
- Specified by:
createKey
in classAbstractCacheUnit
-
getKey
public RegistrableCacheKey getKey()
- Overrides:
getKey
in classAbstractCacheUnit
-
getPersistencePool
public PersistencePool getPersistencePool()
-
getDeployment
public ItemDeployment getDeployment()
-
getColumn
public java.lang.String getColumn(java.lang.String qualifier)
-
getTable
public java.lang.String getTable()
-
getFullBeanName
public java.lang.String getFullBeanName()
-
getFinderName
public java.lang.String getFinderName()
-
getParameters
public java.util.List getParameters()
-
-