Uses of Class
org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
-
Packages that use DbEntityCache Package Description 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 Modifier and Type Field Description protected DbEntityCacheDbEntityManager. dbEntityCacheMethods in org.camunda.bpm.engine.impl.db.entitymanager that return DbEntityCache Modifier and Type Method Description DbEntityCacheDbEntityManager. getDbEntityCache()Methods in org.camunda.bpm.engine.impl.db.entitymanager with parameters of type DbEntityCache Modifier and Type Method Description voidDbEntityManager. setDbEntityCache(DbEntityCache dbEntityCache) -
Uses of DbEntityCache in org.camunda.bpm.engine.impl.jobexecutor
Fields in org.camunda.bpm.engine.impl.jobexecutor declared as DbEntityCache Modifier and Type Field Description protected DbEntityCacheJobExecutorContext. entityCachereusable cacheMethods in org.camunda.bpm.engine.impl.jobexecutor that return DbEntityCache Modifier and Type Method Description DbEntityCacheJobExecutorContext. getEntityCache()Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type DbEntityCache Modifier and Type Method Description voidJobExecutorContext. setEntityCache(DbEntityCache entityCache)
-