JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
io.ebean.core
io.ebeaninternal.api
NaturalKeyEntry
Contents
Description
Method Summary
Method Details
key()
inValue()
Hide sidebar
Show sidebar
Interface NaturalKeyEntry
public interface
NaturalKeyEntry
An entry for natural key lookup.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
inValue
()
Return the inValue (used to remove from IN clause of original query).
String
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).