EntityInfo
This commit is contained in:
@@ -233,7 +233,7 @@ public final class EntityInfo<T> {
|
|||||||
if (fullloader == null) {
|
if (fullloader == null) {
|
||||||
throw new IllegalArgumentException(clazz.getName() + " auto loader is illegal");
|
throw new IllegalArgumentException(clazz.getName() + " auto loader is illegal");
|
||||||
}
|
}
|
||||||
rs.cache.fullLoad();
|
rs.cache.fullLoadAsync();
|
||||||
}
|
}
|
||||||
return rs;
|
return rs;
|
||||||
} finally {
|
} finally {
|
||||||
|
|||||||
Reference in New Issue
Block a user