This is expected behavior - https://docs.jboss.org/hibernate/orm/6.0/userguide/html_single/Hibernate_User_Guide.html#hql-api-scroll
If you plan to use Query#scroll with collection fetching, it’s important that your query explicitly order the results so that the JDBC results contain the related rows sequentially.
|