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

    Modifier and Type
    Method
    Description
    boolean
    isRetained(EntityImpl entity, Object param)
     
  • Method Details