All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebeaninternal.api.NaturalKeyEntry Maven / Gradle / Ivy

There is a newer version: 15.8.1
Show newest version
package io.ebeaninternal.api;

/**
 * An entry for natural key lookup.
 */
public interface NaturalKeyEntry {

  /**
   * Return the natural cache key (String concatenation of values).
   */
  String key();

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy