Class FinderResult
java.lang.Object
de.hybris.platform.cache.AbstractCacheUnit
de.hybris.platform.persistence.hjmp.FinderResult
- All Implemented Interfaces:
CacheValueLoader
- Direct Known Subclasses:
AtomicType_HJMPWrapper.FindAll0FinderResult,AtomicType_HJMPWrapper.FindByCodeExact1FinderResult,AtomicType_HJMPWrapper.FindByInheritancePath1FinderResult,AtomicType_HJMPWrapper.FindByJavaClass1FinderResult,AtomicType_HJMPWrapper.FindBySuperType1FinderResult,AtomicType_HJMPWrapper.FindByType1FinderResult,AtomicType_HJMPWrapper.FindChangedAfter1FinderResult,AttributeDescriptor_HJMPWrapper.FindAll0FinderResult,AttributeDescriptor_HJMPWrapper.FindByEnclosingType1FinderResult,AttributeDescriptor_HJMPWrapper.FindByEnclosingTypeAndQualifier2FinderResult,AttributeDescriptor_HJMPWrapper.FindByEnclosingTypeAndSelectionDescriptor2FinderResult,AttributeDescriptor_HJMPWrapper.FindBySuperAttributeDescriptor1FinderResult,AttributeDescriptor_HJMPWrapper.FindByType1FinderResult,AttributeDescriptor_HJMPWrapper.FindChangedAfter1FinderResult,AttributeDescriptor_HJMPWrapper.FindDeclaredByEnclosingType1FinderResult,AttributeDescriptor_HJMPWrapper.FindDeclaredByEnclosingTypeAndQualifier2FinderResult,AttributeDescriptor_HJMPWrapper.FindInheritedByQualifierAndInheritancePath2FinderResult,AttributeDescriptor_HJMPWrapper.FindInhertitedByEnclosingType1FinderResult,AttributeDescriptor_HJMPWrapper.FindPropertyByEnclosingType1FinderResult,AttributeDescriptor_HJMPWrapper.FindPublicByEnclosingType1FinderResult,AttributeDescriptor_HJMPWrapper.FindPublicByEnclosingTypeAndQualifier2FinderResult,CollectionType_HJMPWrapper.FindAll0FinderResult,CollectionType_HJMPWrapper.FindByCodeExact1FinderResult,CollectionType_HJMPWrapper.FindByElementType1FinderResult,CollectionType_HJMPWrapper.FindByType1FinderResult,CollectionType_HJMPWrapper.FindChangedAfter1FinderResult,ComposedType_HJMPWrapper.FindAll0FinderResult,ComposedType_HJMPWrapper.FindByCodeExact1FinderResult,ComposedType_HJMPWrapper.FindByInheritancePath1FinderResult,ComposedType_HJMPWrapper.FindByJaloClassName1FinderResult,ComposedType_HJMPWrapper.FindBySuperType1FinderResult,ComposedType_HJMPWrapper.FindByType1FinderResult,ComposedType_HJMPWrapper.FindByTypeCode1FinderResult,ComposedType_HJMPWrapper.FindChangedAfter1FinderResult,EnumerationValue_HJMPWrapper.FindAll0FinderResult,EnumerationValue_HJMPWrapper.FindByType1FinderResult,EnumerationValue_HJMPWrapper.FindByTypeAndCode2FinderResult,EnumerationValue_HJMPWrapper.FindByTypeAndCodeIgnoreCase2FinderResult,EnumerationValue_HJMPWrapper.FindChangedAfter1FinderResult,EnumerationValue_HJMPWrapper.FindSortedValues1FinderResult,MapType_HJMPWrapper.FindAll0FinderResult,MapType_HJMPWrapper.FindByArgumentType1FinderResult,MapType_HJMPWrapper.FindByCodeExact1FinderResult,MapType_HJMPWrapper.FindByReturnType1FinderResult,MapType_HJMPWrapper.FindByType1FinderResult,MapType_HJMPWrapper.FindByTypes2FinderResult,MapType_HJMPWrapper.FindChangedAfter1FinderResult,MetaInformation_HJMPWrapper.FindAll0FinderResult,MetaInformation_HJMPWrapper.FindBySystemID1FinderResult,MetaInformation_HJMPWrapper.FindByType1FinderResult,MetaInformation_HJMPWrapper.FindChangedAfter1FinderResult,SearchRestriction_HJMPWrapper.FindAll0FinderResult,SearchRestriction_HJMPWrapper.FindByPrincipal1FinderResult,SearchRestriction_HJMPWrapper.FindByRestrictedType1FinderResult,SearchRestriction_HJMPWrapper.FindByType1FinderResult,SearchRestriction_HJMPWrapper.FindChangedAfter1FinderResult,SearchRestriction_HJMPWrapper.FindRestrictions2FinderResult,TestItem_HJMPWrapper.FindAll0FinderResult,TestItem_HJMPWrapper.FindByFieldA1FinderResult,TestItem_HJMPWrapper.FindByType1FinderResult,TestItem_HJMPWrapper.FindChangedAfter1FinderResult,TestItem_HJMPWrapper.FinderTest2FinderResult
a cacheable result of an ejbFind method
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class de.hybris.platform.cache.AbstractCacheUnit
INVALIDATIONTYPE_CREATED, INVALIDATIONTYPE_MODIFIED, INVALIDATIONTYPE_MODIFIED_STRING, INVALIDATIONTYPE_REMOVED, INVALIDATIONTYPE_REMOVED_STRING, UNKNOWN -
Constructor Summary
ConstructorsConstructorDescriptionFinderResult(PersistencePool pool, ItemDeployment depl, String beanKey, String finderName, Object[] parameters) -
Method Summary
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 Details
-
pool
-
-
Constructor Details
-
FinderResult
public FinderResult(PersistencePool pool, ItemDeployment depl, String beanKey, String finderName, Object[] parameters)
-
-
Method Details
-
createKey
- Specified by:
createKeyin classAbstractCacheUnit
-
getKey
- Overrides:
getKeyin classAbstractCacheUnit
-
getPersistencePool
-
getDeployment
-
getColumn
-
getTable
-
getFullBeanName
-
getFinderName
-
getParameters
-