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

chore: initial draft for stream configs with hints #324

Closed manuelserradev closed 1 year ago

manuelserradev commented 1 year ago

This is a initial draft with some ideas to implements query hints, addressing related #320 issue.

I need to understand how to correctly test this code but I will wait for feedback before proceed further.

manuelserradev commented 1 year ago

Added initial javadoc, LGTY?

manuelserradev commented 1 year ago

I'll open a separate PR for jpastreamer-demo to cross validate this change.

julgus commented 1 year ago

I'll open a separate PR for jpastreamer-demo to cross validate this change.

Sounds great!

julgus commented 1 year ago

Added initial javadoc, LGTY?

Looking good! Did you see my note about signing the Contributor Licence Agreement? See instructions here: https://github.com/speedment/jpa-streamer/blob/master/CONTRIBUTING.md. The signed agreement should be added along with your PR.

Thanks again!

manuelserradev commented 1 year ago

This should be ready to go!

It's works on my machine!