Uses of Class
org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCacheKeyMapping
-
Packages that use DbEntityCacheKeyMapping Package Description org.camunda.bpm.engine.impl.cfg org.camunda.bpm.engine.impl.db.entitymanager.cache -
-
Uses of DbEntityCacheKeyMapping in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as DbEntityCacheKeyMapping Modifier and Type Field Description protected DbEntityCacheKeyMappingProcessEngineConfigurationImpl. dbEntityCacheKeyMappingMethods in org.camunda.bpm.engine.impl.cfg that return DbEntityCacheKeyMapping Modifier and Type Method Description DbEntityCacheKeyMappingProcessEngineConfigurationImpl. getDbEntityCacheKeyMapping()Methods in org.camunda.bpm.engine.impl.cfg with parameters of type DbEntityCacheKeyMapping Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setDbEntityCacheKeyMapping(DbEntityCacheKeyMapping dbEntityCacheKeyMapping) -
Uses of DbEntityCacheKeyMapping in org.camunda.bpm.engine.impl.db.entitymanager.cache
Fields in org.camunda.bpm.engine.impl.db.entitymanager.cache declared as DbEntityCacheKeyMapping Modifier and Type Field Description protected DbEntityCacheKeyMappingDbEntityCache. cacheKeyMappingMethods in org.camunda.bpm.engine.impl.db.entitymanager.cache that return DbEntityCacheKeyMapping Modifier and Type Method Description static DbEntityCacheKeyMappingDbEntityCacheKeyMapping. defaultEntityCacheKeyMapping()static DbEntityCacheKeyMappingDbEntityCacheKeyMapping. emptyMapping()Constructors in org.camunda.bpm.engine.impl.db.entitymanager.cache with parameters of type DbEntityCacheKeyMapping Constructor Description DbEntityCache(DbEntityCacheKeyMapping cacheKeyMapping)
-