Uses of Enum
io.ebean.CacheMode
-
Uses of CacheMode in io.ebean
Modifier and TypeMethodDescriptionstatic CacheMode
Returns the enum constant of this type with the specified name.static CacheMode[]
CacheMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionExpressionList.setBeanCacheMode
(CacheMode beanCacheMode) Set the mode to use the bean cache when executing this query.Query.setBeanCacheMode
(CacheMode beanCacheMode) Set the mode to use the bean cache when executing this query.ExpressionList.setUseQueryCache
(CacheMode useCache) Set theCacheMode
to use the query cache for executing this query.Query.setUseQueryCache
(CacheMode queryCacheMode) Set theCacheMode
to use the query for executing this query.