Unlisted
The icon of the organisation
Hibernate Reactive with Panache Common module
Common module to simplify your persistence code for Hibernate Reactive via the active record or the repository pattern

Installation

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

Quarkus CLI

quarkus ext add io.quarkus:quarkus-hibernate-reactive-panache-common

Maven

./mvnw quarkus:add-extension -Dextensions="io.quarkus:quarkus-hibernate-reactive-panache-common"

Gradle

./gradlew addExtension --extensions="io.quarkus:quarkus-hibernate-reactive-panache-common"