| Package | Description |
|---|---|
| org.flowable.common.engine.impl.db | |
| org.flowable.common.engine.impl.persistence.cache |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDataManager.bulkDelete(String statement,
CachedEntityMatcher<EntityImpl> cachedEntityMatcher,
Object parameter)
Does a bulk delete, but also uses the provided
CachedEntityMatcher
to look in the cache to mark the cached entities as deleted. |
protected void |
AbstractDataManager.deleteCachedEntities(DbSqlSession dbSqlSession,
CachedEntityMatcher<EntityImpl> cachedEntityMatcher,
Object parameter) |
protected void |
AbstractDataManager.deleteCachedEntities(DbSqlSession dbSqlSession,
Collection<CachedEntity> cachedObjects,
CachedEntityMatcher<EntityImpl> cachedEntityMatcher,
Object parameter) |
protected List<EntityImpl> |
AbstractDataManager.getList(DbSqlSession dbSqlSession,
String dbQueryName,
Object parameter,
CachedEntityMatcher<EntityImpl> cachedEntityMatcher,
boolean checkCache) |
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 using
CachedEntityMatcher. |
protected List<EntityImpl> |
AbstractDataManager.getListFromCache(CachedEntityMatcher<EntityImpl> entityMatcher,
Object parameter) |
protected List<EntityImpl> |
AbstractDataManager.getListFromCache(CachedEntityMatcher<EntityImpl> entityMatcher,
Object parameter,
boolean includeDeletedEntities) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedEntityMatcherAdapter<EntityImpl extends Entity> |
Copyright © 2019 Flowable. All rights reserved.