changed test to detect issue #1717 (#1721)

This commit is contained in:
Roland Praml
2019-05-21 09:12:43 +12:00
committed by Rob Bygrave
parent 7fbdab6220
commit 0762eaf0ab
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import javax.validation.constraints.Size;
import io.ebean.annotation.Cache;
@Entity
@Cache(enableQueryCache = true)
@Cache(enableQueryCache = true, enableBeanCache = false)
public class ECacheChild {
@Id
+1 -1
View File
@@ -10,7 +10,7 @@ import javax.validation.constraints.Size;
import io.ebean.annotation.Cache;
@Entity
@Cache(enableQueryCache = true)
@Cache(enableQueryCache = true, enableBeanCache = false)
public class ECacheRoot {
@Id