notes/pl/java/libfws/spring/data/jpa/tools/jpastreamer.txt
Ihar Hancharenka b179e012f2 m
2023-08-20 16:12:51 +03:00

16 строки
788 B
Plaintext

https://jpastreamer.org/
https://github.com/speedment/jpa-streamer
compile "com.speedment.jpastreamer.integration.spring:spring-boot-jpastreamer-autoconfigure:$version"
@SpringBootApplication(scanBasePackages={"com.speedment.jpastreamer"})
https://speedment.github.io/jpa-streamer/jpa-streamer/latest/introduction/introduction.html
https://speedment.github.io/jpa-streamer/jpa-streamer/latest/stream-fundamentals/stream_basics.html
https://speedment.github.io/jpa-streamer/jpa-streamer/latest/stream-fundamentals/intermediate_operations.html
https://speedment.github.io/jpa-streamer/jpa-streamer/latest/stream-fundamentals/terminal_operations.html
https://github.com/speedment/jpa-streamer-demo/
2021
https://piotrminkowski.com/2021/07/13/express-jpa-queries-as-java-streams/