speedment / jpa-streamer

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

StreamConfigurations using Projections are being cached #321

Closed julgus closed 1 year ago

julgus commented 1 year ago

After running a query with a StreamConfiguration that uses a projection, subsequent queries will apply the same projection regardless of the specified Stream source.