- All Known Implementing Classes:
IdInExpression,InExpression
public interface IdInCommon
ID IN expression common for cache handling.
-
Method Summary
Modifier and TypeMethodDescriptionCollection<?> idValues()Return the ids this expression is looking to fetch.intRemove Ids that where obtained from l2 cache.
-
Method Details
-
idValues
Collection<?> idValues()Return the ids this expression is looking to fetch. -
removeIds
Remove Ids that where obtained from l2 cache. Don't fetch these from DB.
-