mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
committed by
Rob Bygrave
parent
7fbdab6220
commit
0762eaf0ab
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user