Interface NaturalKeyEntry


public interface NaturalKeyEntry
An entry for natural key lookup.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the inValue (used to remove from IN clause of original query).
    key()
    Return the natural cache key (String concatenation of values).
  • Method Details

    • key

      String key()
      Return the natural cache key (String concatenation of values).
    • inValue

      Object inValue()
      Return the inValue (used to remove from IN clause of original query).