Как изменить QueryDsl Findall Возврат типа от итерационного на потоковую передачу?interface StudentRepo extends JpaRepository,QuerydslPredicateExecutor{
Stream findAll(Predicate predicate);
}
Подробнее здесь: https://stackoverflow.com/questions/746 ... -to-stream