mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#704 - Internal refactor to use excludeBeanCache in DefaultOrmQuery
This commit is contained in:
@@ -526,9 +526,15 @@ public interface SpiQuery<T> extends Query<T> {
|
||||
boolean hasMaxRowsOrFirstRow();
|
||||
|
||||
/**
|
||||
* Return true if this query should use/check the bean cache.
|
||||
* Return true if the bean cache should be exclude for query or lazy loading.
|
||||
*/
|
||||
Boolean isUseBeanCache();
|
||||
boolean isExcludeBeanCache();
|
||||
|
||||
/**
|
||||
* Return true if this query should use the bean cache.
|
||||
* It is not skipped and bean caching is supported.
|
||||
*/
|
||||
boolean isUseBeanCache();
|
||||
|
||||
/**
|
||||
* Return true if this query should use/check the query cache.
|
||||
|
||||
Reference in New Issue
Block a user