Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6.1
-
None
Description
It's a nice feature that helps make the code look a bit more modern, especially when paired up with Optional<E> support.
Since JPA returns List<E> on the query interface, we can just return list.stream() to give back a stream of data, avoiding the caller's need to wrap a stream.