Coherence.C_CacheLoadConceptIndexedByExtId()

Signature

Concept C_CacheLoadConceptIndexedByExtId(String extId, boolean includeContained, String className)

Domain

action

Description

Retrieve from the cache the concept whose external identifier is specified. This method relies on an index that should be added on the concept's extId. See {@link #C_Index(String, Object, boolean)} and the extractor to be used for the index creation - C_EntityExtIdGetter().

Parameters

NameTypeDescription
extIdStringExternal identifier for targeted concept
includeContainedbooleanIf true load the entire complex concept; if false load only the root concept
classNameTheruntime class name of the entity. See {@link #C_ClassName(String)}.

Returns

TypeDescription

Cautions

none