speedment / jpa-streamer

JPAstreamer is a lightweight library for expressing JPA queries as Java Streams
GNU Lesser General Public License v2.1
339 stars 35 forks source link

Optimize terminal operation findFirst() #322

Closed julgus closed 1 year ago

julgus commented 1 year ago

Applying the terminal operation findFirst() should automatically apply a limit of (1) to the query.

julgus commented 1 year ago

Closing as covered by #31.