Uses of Class
org.camunda.bpm.engine.impl.db.entitymanager.cache.CachedDbEntity

Packages that use CachedDbEntity
org.camunda.bpm.engine.impl.db.entitymanager   
org.camunda.bpm.engine.impl.db.entitymanager.cache   
 

Uses of CachedDbEntity in org.camunda.bpm.engine.impl.db.entitymanager
 

Methods in org.camunda.bpm.engine.impl.db.entitymanager with parameters of type CachedDbEntity
protected  void DbEntityManager.flushCachedEntity(CachedDbEntity cachedDbEntity)
           
protected  void DbEntityManager.performEntityOperation(CachedDbEntity cachedDbEntity, DbOperationType type)
           
 

Uses of CachedDbEntity in org.camunda.bpm.engine.impl.db.entitymanager.cache
 

Fields in org.camunda.bpm.engine.impl.db.entitymanager.cache with type parameters of type CachedDbEntity
protected  Map<Class<?>,Map<String,CachedDbEntity>> DbEntityCache.cachedEntites
          The cache itself: maps entity types (classes) to maps indexed by id (primary key).
 

Methods in org.camunda.bpm.engine.impl.db.entitymanager.cache that return CachedDbEntity
 CachedDbEntity DbEntityCache.getCachedEntity(Class<?> type, String id)
          Looks up an entity in the cache.
 CachedDbEntity DbEntityCache.getCachedEntity(DbEntity dbEntity)
          Looks up an entity in the cache.
 

Methods in org.camunda.bpm.engine.impl.db.entitymanager.cache that return types with arguments of type CachedDbEntity
 List<CachedDbEntity> DbEntityCache.getCachedEntities()
           
 

Methods in org.camunda.bpm.engine.impl.db.entitymanager.cache with parameters of type CachedDbEntity
protected  void DbEntityCache.putInternal(CachedDbEntity entityToAdd)
           
 void DbEntityCache.remove(CachedDbEntity cachedDbEntity)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.