Uses of Interface
org.flowable.common.engine.impl.persistence.cache.EntityCache
Packages that use EntityCache
Package
Description
-
Uses of EntityCache in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return EntityCacheModifier and TypeMethodDescriptionstatic EntityCache
CommandContextUtil.getEntityCache()
static EntityCache
CommandContextUtil.getEntityCache
(CommandContext commandContext) -
Uses of EntityCache in org.flowable.common.engine.impl.db
Fields in org.flowable.common.engine.impl.db declared as EntityCacheMethods in org.flowable.common.engine.impl.db that return EntityCacheConstructors in org.flowable.common.engine.impl.db with parameters of type EntityCacheModifierConstructorDescriptionDbSqlSession
(DbSqlSessionFactory dbSqlSessionFactory, EntityCache entityCache) DbSqlSession
(DbSqlSessionFactory dbSqlSessionFactory, EntityCache entityCache, Connection connection, String catalog, String schema) -
Uses of EntityCache in org.flowable.common.engine.impl.persistence.cache
Classes in org.flowable.common.engine.impl.persistence.cache that implement EntityCache -
Uses of EntityCache in org.flowable.engine.impl.history
Methods in org.flowable.engine.impl.history that return EntityCache -
Uses of EntityCache in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return EntityCacheModifier and TypeMethodDescriptionstatic EntityCache
CommandContextUtil.getEntityCache()
static EntityCache
CommandContextUtil.getEntityCache
(CommandContext commandContext) -
Uses of EntityCache in org.flowable.engine.test.profiler
Constructors in org.flowable.engine.test.profiler with parameters of type EntityCacheModifierConstructorDescriptionProfilingDbSqlSession
(DbSqlSessionFactory dbSqlSessionFactory, EntityCache entityCache) ProfilingDbSqlSession
(DbSqlSessionFactory dbSqlSessionFactory, EntityCache entityCache, Connection connection, String catalog, String schema) -
Uses of EntityCache in org.flowable.variable.service.impl
Methods in org.flowable.variable.service.impl that return EntityCacheModifier and TypeMethodDescriptionprotected EntityCache
HistoricVariableServiceImpl.getEntityCache()