lbsoft-lwsoft

Results 3 comments of lbsoft-lwsoft

## loadContext.getBatch() Should the copied List be returned? ```java private LoadManyRequest(LoadManyBuffer loadContext, OrmQueryRequest parentRequest, boolean lazy, boolean onlyIds, boolean loadCache) { super(parentRequest, lazy); this.loadContext = loadContext; this.batch = loadContext.getBatch(); //Should...

An entity triggers lazy loading in two threads at the same time. Could this exception be caused? Is lazy loading thread-safe?

It is difficult to upgrade the jdk version of the current system. Some of our systems have used the latest version of ebean and I feel that the overall system...