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

Packages that use DbEntityCache
org.camunda.bpm.engine.impl.db.entitymanager   
org.camunda.bpm.engine.impl.jobexecutor   
 

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

Fields in org.camunda.bpm.engine.impl.db.entitymanager declared as DbEntityCache
protected  DbEntityCache DbEntityManager.dbEntityCache
           
 

Methods in org.camunda.bpm.engine.impl.db.entitymanager that return DbEntityCache
 DbEntityCache DbEntityManager.getDbEntityCache()
           
 

Methods in org.camunda.bpm.engine.impl.db.entitymanager with parameters of type DbEntityCache
 void DbEntityManager.setDbEntityCache(DbEntityCache dbEntityCache)
           
 

Uses of DbEntityCache in org.camunda.bpm.engine.impl.jobexecutor
 

Fields in org.camunda.bpm.engine.impl.jobexecutor declared as DbEntityCache
protected  DbEntityCache JobExecutorContext.entityCache
          reusable cache
 

Methods in org.camunda.bpm.engine.impl.jobexecutor that return DbEntityCache
 DbEntityCache JobExecutorContext.getEntityCache()
           
 

Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type DbEntityCache
 void JobExecutorContext.setEntityCache(DbEntityCache entityCache)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.