mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Typically migrate to `.setBeanCacheMode(CacheMode.PUT)` or `.setBeanCacheMode(CacheMode.OFF)` ```java /** * Deprecated - migrate to use setBeanCacheMode(CacheMode.PUT) or other CacheMode. * <p> * When set to true all the beans from this query are loaded into the bean cache. */ @Deprecated Query<T> setLoadBeanCache(boolean loadBeanCache); ```