Uses of Interface
org.activiti.engine.impl.persistence.cache.EntityCache
Packages that use EntityCache
Package
Description
-
Uses of EntityCache in org.activiti.engine.impl.db
Fields in org.activiti.engine.impl.db declared as EntityCacheConstructors in org.activiti.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.activiti.engine.impl.history
Methods in org.activiti.engine.impl.history that return EntityCache -
Uses of EntityCache in org.activiti.engine.impl.interceptor
Methods in org.activiti.engine.impl.interceptor that return EntityCache -
Uses of EntityCache in org.activiti.engine.impl.persistence.cache
Classes in org.activiti.engine.impl.persistence.cache that implement EntityCache -
Uses of EntityCache in org.activiti.engine.impl.persistence.entity.data
Methods in org.activiti.engine.impl.persistence.entity.data that return EntityCache -
Uses of EntityCache in org.activiti.engine.test.profiler
Constructors in org.activiti.engine.test.profiler with parameters of type EntityCacheModifierConstructorDescriptionProfilingDbSqlSession(DbSqlSessionFactory dbSqlSessionFactory, EntityCache entityCache) ProfilingDbSqlSession(DbSqlSessionFactory dbSqlSessionFactory, EntityCache entityCache, Connection connection, String catalog, String schema)