Uses of Interface
org.flowable.common.engine.impl.persistence.cache.EntityCache
-
Packages that use EntityCache Package Description org.flowable.common.engine.impl.db org.flowable.common.engine.impl.persistence.cache -
-
Uses of EntityCache in org.flowable.common.engine.impl.db
Fields in org.flowable.common.engine.impl.db declared as EntityCache Modifier and Type Field Description protected EntityCacheDbSqlSession. entityCacheMethods in org.flowable.common.engine.impl.db that return EntityCache Modifier and Type Method Description protected EntityCacheAbstractDataManager. getEntityCache()Constructors in org.flowable.common.engine.impl.db with parameters of type EntityCache Constructor Description DbSqlSession(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 Modifier and Type Class Description classEntityCacheImpl
-