Closed
Description
Tarek Nabil opened DATAJPA-906 and commented
Currently, the findAll(…)
methods of JpaSpecificationExecutor
only supports returning List
and Page
. It would be very useful if support for returning Java 8 streams could be added. For example, two findAllAndStream(…)
methods could be added that take either a Specification
or a Specification
and Sort
5 votes, 7 watchers