Uses of Class
org.camunda.bpm.engine.impl.db.entitymanager.cache.CachedDbEntity
Packages that use CachedDbEntity
Package
Description
-
Uses of CachedDbEntity in org.camunda.bpm.engine.impl.db
Method parameters in org.camunda.bpm.engine.impl.db with type arguments of type CachedDbEntityModifier and TypeMethodDescriptionvoidEnginePersistenceLogger.flushedCacheState(List<CachedDbEntity> cachedEntities) -
Uses of CachedDbEntity in org.camunda.bpm.engine.impl.db.entitymanager
Methods in org.camunda.bpm.engine.impl.db.entitymanager with parameters of type CachedDbEntityModifier and TypeMethodDescriptionprotected voidDbEntityManager.flushCachedEntity(CachedDbEntity cachedDbEntity) protected voidDbEntityManager.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 CachedDbEntityModifier and TypeFieldDescriptionprotected Map<Class<?>,Map<String, CachedDbEntity>> DbEntityCache.cachedEntitesThe 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 CachedDbEntityModifier and TypeMethodDescriptionDbEntityCache.getCachedEntity(Class<?> type, String id) Looks up an entity in the cache.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 CachedDbEntityMethods in org.camunda.bpm.engine.impl.db.entitymanager.cache with parameters of type CachedDbEntityModifier and TypeMethodDescriptionprotected voidDbEntityCache.putInternal(CachedDbEntity entityToAdd) voidDbEntityCache.remove(CachedDbEntity cachedDbEntity)