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

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