Results 1 issues of Victor Kovalchuk

JPA 2.2 introduced getResultStream method. The default implementation for it is simple getResultList().stream() which do not use scrollable cursor and put all the data in memory. Spring Data library starting...