Class MetaInformation_HJMPWrapper.FindBySystemID1FinderResult
- java.lang.Object
-
- de.hybris.platform.cache.AbstractCacheUnit
-
- de.hybris.platform.persistence.hjmp.FinderResult
-
- de.hybris.platform.persistence.meta.MetaInformation_HJMPWrapper.FindBySystemID1FinderResult
-
- All Implemented Interfaces:
CacheValueLoader
- Enclosing class:
- MetaInformation_HJMPWrapper
public static final class MetaInformation_HJMPWrapper.FindBySystemID1FinderResult extends FinderResult
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.persistence.hjmp.FinderResult
FinderResult.FinderResultCacheKey
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.persistence.hjmp.FinderResult
pool
-
Fields inherited from class de.hybris.platform.cache.AbstractCacheUnit
INVALIDATIONTYPE_CREATED, INVALIDATIONTYPE_MODIFIED, INVALIDATIONTYPE_MODIFIED_STRING, INVALIDATIONTYPE_REMOVED, INVALIDATIONTYPE_REMOVED_STRING, UNKNOWN
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectcompute()java.lang.ObjectgetFinderResult()booleanisCachingSupported()-
Methods inherited from class de.hybris.platform.persistence.hjmp.FinderResult
createKey, getColumn, getDeployment, getFinderName, getFullBeanName, getKey, getParameters, getPersistencePool, getTable
-
Methods inherited from class de.hybris.platform.cache.AbstractCacheUnit
addedToCacheBeforeComputation, equals, executeInvalidation, get, getCache, getInvalidationTopicDepth, getKeyAsArray, getLoader, getTenantID, getWithoutCompute, getWithoutComputeIgnoringTransaction, hashCode, hintValue, invalidate, isValueKnown, load, removedFromCache, toString, useCache
-
-
-
-
Method Detail
-
isCachingSupported
public final boolean isCachingSupported()
- Overrides:
isCachingSupportedin classAbstractCacheUnit
-
getFinderResult
public final java.lang.Object getFinderResult() throws java.sql.SQLException, YFinderException- Throws:
java.sql.SQLExceptionYFinderException
-
compute
public java.lang.Object compute() throws java.sql.SQLException, YFinderException- Specified by:
computein classAbstractCacheUnit- Throws:
java.sql.SQLExceptionYFinderException
-
-