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

This commit is contained in:
Robin Bygrave
2016-01-21 16:50:51 +13:00
parent 0e46184656
commit 7d54aaa9a7
4 changed files with 114 additions and 83 deletions
@@ -40,6 +40,11 @@ public class LoadManyRequest extends LoadRequest {
this.loadCache = loadCache;
}
@Override
public Class<?> getBeanType() {
return loadContext.getBeanDescriptor().getBeanType();
}
public String getDescription() {
return "path:" + loadContext.getFullPath() + " size:" + batch.size();
}