Uses of Interface
org.activiti.engine.impl.persistence.cache.EntityCache
-
-
Uses of EntityCache in org.activiti.engine.impl.db
Fields in org.activiti.engine.impl.db declared as EntityCache Modifier and Type Field Description protected EntityCacheDbSqlSession. entityCacheConstructors in org.activiti.engine.impl.db with parameters of type EntityCache Constructor Description DbSqlSession(DbSqlSessionFactory dbSqlSessionFactory, EntityCache entityCache)DbSqlSession(DbSqlSessionFactory dbSqlSessionFactory, EntityCache entityCache, java.sql.Connection connection, java.lang.String catalog, java.lang.String schema) -
Uses of EntityCache in org.activiti.engine.impl.history
Methods in org.activiti.engine.impl.history that return EntityCache Modifier and Type Method Description protected EntityCacheDefaultHistoryManager. getEntityCache() -
Uses of EntityCache in org.activiti.engine.impl.interceptor
Methods in org.activiti.engine.impl.interceptor that return EntityCache Modifier and Type Method Description EntityCacheCommandContext. getEntityCache() -
Uses of EntityCache in org.activiti.engine.impl.persistence.cache
Classes in org.activiti.engine.impl.persistence.cache that implement EntityCache Modifier and Type Class Description classEntityCacheImpl -
Uses of EntityCache in org.activiti.engine.impl.persistence.entity.data
Methods in org.activiti.engine.impl.persistence.entity.data that return EntityCache Modifier and Type Method Description protected EntityCacheAbstractDataManager. getEntityCache() -
Uses of EntityCache in org.activiti.engine.test.profiler
Constructors in org.activiti.engine.test.profiler with parameters of type EntityCache Constructor Description ProfilingDbSqlSession(DbSqlSessionFactory dbSqlSessionFactory, EntityCache entityCache)ProfilingDbSqlSession(DbSqlSessionFactory dbSqlSessionFactory, EntityCache entityCache, java.sql.Connection connection, java.lang.String catalog, java.lang.String schema)
-