Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T15:08:27.000Z (3 months ago)
- Last Synced: 2024-10-19T22:05:31.767Z (3 months ago)
- Topics: java, java-streams, jpa, jpa-hibernate, spring-boot, spring-data-jpa
- Language: Java
- Homepage: https://piotrminkowski.com/
- Size: 41 KB
- Stars: 21
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JPAStreamer with Spring Boot Demo Project [![Twitter](https://img.shields.io/twitter/follow/piotr_minkowski.svg?style=social&logo=twitter&label=Follow%20Me)](https://twitter.com/piotr_minkowski)
[![CircleCI](https://circleci.com/gh/piomin/sample-spring-jpa-streamer.svg?style=svg)](https://circleci.com/gh/piomin/sample-spring-jpa-streamer)
[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-black.svg)](https://sonarcloud.io/dashboard?id=piomin_sample-spring-jpa-streamer)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-spring-jpa-streamer&metric=bugs)](https://sonarcloud.io/dashboard?id=piomin_sample-spring-jpa-streamer)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-spring-jpa-streamer&metric=coverage)](https://sonarcloud.io/dashboard?id=piomin_sample-spring-jpa-streamer)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-spring-jpa-streamer&metric=ncloc)](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/)