The icon of the organisation
JPAStreamer
Express your Hibernate queries as standard Java Streams

Guides

This extension has a guide to get you going.

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add io.quarkiverse.jpastreamer:quarkus-jpastreamer

Maven

./mvnw quarkus:add-extension -Dextensions="io.quarkiverse.jpastreamer:quarkus-jpastreamer"

Gradle

./gradlew addExtension --extensions="io.quarkiverse.jpastreamer:quarkus-jpastreamer"