public abstract class CachedEntityMatcherAdapter<EntityImpl extends Entity> extends Object implements CachedEntityMatcher<EntityImpl>
| Constructor and Description |
|---|
CachedEntityMatcherAdapter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRetained(Collection<EntityImpl> databaseEntities,
Collection<CachedEntity> cachedEntities,
EntityImpl entity,
Object param)
Returns true if an entity from the cache should be retained (i.e.
|
abstract boolean |
isRetained(EntityImpl entity,
Object param) |
public boolean isRetained(Collection<EntityImpl> databaseEntities, Collection<CachedEntity> cachedEntities, EntityImpl entity, Object param)
CachedEntityMatcherCachedEntityMatcherAdapter, which hides this method.
Note that the databaseEntities collection can be null, in case only the cache is checked.isRetained in interface CachedEntityMatcher<EntityImpl extends Entity>public abstract boolean isRetained(EntityImpl entity, Object param)
Copyright © 2021 Flowable. All rights reserved.