Uses of Class
io.ebeaninternal.api.BeanCacheResult
Packages that use BeanCacheResult
-
Uses of BeanCacheResult in io.ebeaninternal.api
Methods in io.ebeaninternal.api with parameters of type BeanCacheResultModifier and TypeMethodDescriptionCacheIdLookup.removeHits(BeanCacheResult<T> cacheResult) Remove the hits returning the beans fetched from L2 cache.CacheIdLookupMany.removeHits(BeanCacheResult<T> cacheResult) Process the hits returning the beans fetched from cache and adjusting the in expression (to not fetch the hits).CacheIdLookupSingle.removeHits(BeanCacheResult<T> cacheResult) NaturalKeyQueryData.removeHits(BeanCacheResult<T> cacheResult) Adjust the IN clause removing the hit entry. -
Uses of BeanCacheResult in io.ebeaninternal.server.deploy
Methods in io.ebeaninternal.server.deploy that return BeanCacheResultModifier and TypeMethodDescriptionBeanDescriptor.cacheIdLookup(PersistenceContext context, Collection<?> ids) BeanDescriptor.naturalKeyLookup(PersistenceContext context, Set<Object> keys) Use natural key lookup to hit the bean cache.