EntityInfo

This commit is contained in:
redkale
2024-09-08 00:46:43 +08:00
parent 2f37dd9c03
commit 8c448da19a

View File

@@ -233,7 +233,7 @@ public final class EntityInfo<T> {
if (fullloader == null) {
throw new IllegalArgumentException(clazz.getName() + " auto loader is illegal");
}
rs.cache.fullLoad();
rs.cache.fullLoadAsync();
}
return rs;
} finally {