#534 - REFACTOR: Internals for lazy loading specifically improving errors/logging in cases of lazy load errors due to deletes - Initial refactor for LoadManyRequest

This commit is contained in:
Robin Bygrave
2016-01-21 17:30:49 +13:00
parent 7d54aaa9a7
commit d242ff7351
3 changed files with 107 additions and 77 deletions
@@ -134,7 +134,7 @@ public class LoadBeanRequest extends LoadRequest {
/**
* Load the beans into the L2 cache if that is requested and check for load failures due to deletes.
*/
public void processLoadedBeans(List<?> list) {
public void postLoad(List<?> list) {
if (isLoadCache()) {
BeanDescriptor<?> desc = loadBuffer.getBeanDescriptor();