#1864 - L2 cache miss for natural key property of type UUID

This commit is contained in:
rob bygrave
2019-11-17 17:06:38 +13:00
parent 9b0dd2b0c4
commit c2a30f786f
6 changed files with 122 additions and 14 deletions
@@ -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).