Interface SingleCachedEntityMatcher<EntityImpl extends Entity>
-
- All Known Implementing Classes:
SubProcessInstanceExecutionBySuperExecutionIdMatcher
@Internal public interface SingleCachedEntityMatcher<EntityImpl extends Entity>
Interface to express a condition whether or not one specific cached entity should be used in the return result of a query.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisRetained(EntityImpl entity, java.lang.Object param)
-
-
-
Method Detail
-
isRetained
boolean isRetained(EntityImpl entity, java.lang.Object param)
-
-