Uses of Interface
org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher
-
Packages that use CachedEntityMatcher Package Description org.flowable.common.engine.impl.db org.flowable.common.engine.impl.persistence.cache -
-
Uses of CachedEntityMatcher in org.flowable.common.engine.impl.db
Methods in org.flowable.common.engine.impl.db with parameters of type CachedEntityMatcher Modifier and Type Method Description voidAbstractDataManager. bulkDelete(String statement, CachedEntityMatcher<EntityImpl> cachedEntityMatcher, Object parameter)Does a bulk delete, but also uses the providedCachedEntityMatcherto look in the cache to mark the cached entities as deleted.protected voidAbstractDataManager. deleteCachedEntities(DbSqlSession dbSqlSession, Collection<CachedEntity> cachedObjects, CachedEntityMatcher<EntityImpl> cachedEntityMatcher, Object parameter)protected voidAbstractDataManager. deleteCachedEntities(DbSqlSession dbSqlSession, CachedEntityMatcher<EntityImpl> cachedEntityMatcher, Object parameter)protected List<EntityImpl>AbstractDataManager. getList(String dbQueryName, Object parameter, CachedEntityMatcher<EntityImpl> cachedEntityMatcher)protected List<EntityImpl>AbstractDataManager. getList(String dbQueryName, Object parameter, CachedEntityMatcher<EntityImpl> cachedEntityMatcher, boolean checkCache)Gets a list by querying the database and the cache usingCachedEntityMatcher.protected List<EntityImpl>AbstractDataManager. getList(DbSqlSession dbSqlSession, String dbQueryName, Object parameter, CachedEntityMatcher<EntityImpl> cachedEntityMatcher, boolean checkCache)protected List<EntityImpl>AbstractDataManager. getList(DbSqlSession dbSqlSession, String dbQueryName, Object parameter, CachedEntityMatcher<EntityImpl> cachedEntityMatcher, boolean checkCache, boolean includeDeleted)protected List<EntityImpl>AbstractDataManager. getListFromCache(CachedEntityMatcher<EntityImpl> entityMatcher, Object parameter)protected List<EntityImpl>AbstractDataManager. getListFromCache(CachedEntityMatcher<EntityImpl> entityMatcher, Object parameter, boolean includeDeletedEntities) -
Uses of CachedEntityMatcher in org.flowable.common.engine.impl.persistence.cache
Classes in org.flowable.common.engine.impl.persistence.cache that implement CachedEntityMatcher Modifier and Type Class Description classCachedEntityMatcherAdapter<EntityImpl extends Entity>
-