Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)