| Package | Description |
|---|---|
| org.flowable.engine.common.impl.db |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedEntityMatcherAdapter<EntityImpl extends Entity> |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2017 Flowable. All rights reserved.