Interface IdInCommon

All Known Implementing Classes:
IdInExpression, InExpression

public interface IdInCommon
ID IN expression common for cache handling.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the ids this expression is looking to fetch.
    int
    removeIds(Set<Object> hitIds)
    Remove Ids that where obtained from l2 cache.
  • Method Details

    • idValues

      Collection<?> idValues()
      Return the ids this expression is looking to fetch.
    • removeIds

      int removeIds(Set<Object> hitIds)
      Remove Ids that where obtained from l2 cache. Don't fetch these from DB.