https://github.com/piomin/sample-spring-jpa-streamer
Demo project showing how to express JPA queries with Java streams with the JPAstreamer library written in Spring Boot.
https://github.com/piomin/sample-spring-jpa-streamer
java java-streams jpa jpa-hibernate spring-boot spring-data-jpa
Last synced: about 1 month ago
JSON representation
Demo project showing how to express JPA queries with Java streams with the JPAstreamer library written in Spring Boot.
- Host: GitHub
- URL: https://github.com/piomin/sample-spring-jpa-streamer
- Owner: piomin
- Created: 2021-07-13T10:17:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T14:51:06.000Z (2 months ago)
- Last Synced: 2025-03-16T00:33:18.233Z (about 1 month ago)
- Topics: java, java-streams, jpa, jpa-hibernate, spring-boot, spring-data-jpa
- Language: Java
- Homepage: https://piotrminkowski.com/
- Size: 46.9 KB
- Stars: 22
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JPAStreamer with Spring Boot Demo Project [](https://twitter.com/piotr_minkowski)
[](https://circleci.com/gh/piomin/sample-spring-jpa-streamer)
[](https://sonarcloud.io/dashboard?id=piomin_sample-spring-jpa-streamer)
[](https://sonarcloud.io/dashboard?id=piomin_sample-spring-jpa-streamer)
[](https://sonarcloud.io/dashboard?id=piomin_sample-spring-jpa-streamer)
[](https://sonarcloud.io/dashboard?id=piomin_sample-spring-jpa-streamer)In this project I'm demonstrating you the most interesting features of [JPAstreamer](https://jpastreamer.org/) for expressing JPA/Hibernate/Spring queries using standard Java streams.
The details has been described in the article: [Express JPA Queries as Java Streams](https://piotrminkowski.com/2021/07/13/express-jpa-queries-as-java-streams/)