After upgrading Hibernate version, the session #load method cannot retrieve data for objects with large field properties, lazy-loaded properties, or objects that introduce other entity objects

Yes, I manually implemented bytecode enhancement, but the focus of the issue is not here. When I debug, I found that the data retrieved through the SingleIdArrayLoadPlan #load method is empty. The data was retrieved at some point during the process, but the final result returned is empty. Please help analyze where the problem lies based on my breakpoint debugging.

When debugging, I found that the lazy-loaded data has already been queried at this point.

However, the result set returned to this point has become empty data.