Interface SingleCachedEntityMatcher<EntityImpl extends Entity>
-
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.- Author:
- Joram Barrez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisRetained(EntityImpl entity, Object param)
-
-
-
Method Detail
-
isRetained
boolean isRetained(EntityImpl entity, Object param)
-
-