mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1864 - L2 cache miss for natural key property of type UUID
This commit is contained in:
@@ -8,7 +8,7 @@ public interface NaturalKeyEntry {
|
||||
/**
|
||||
* Return the natural cache key (String concatenation of values).
|
||||
*/
|
||||
Object key();
|
||||
String key();
|
||||
|
||||
/**
|
||||
* Return the inValue (used to remove from IN clause of original query).
|
||||
|
||||
Reference in New Issue
Block a user