Access a database with Hibernate using the Micronaut framework.
Hibernate Reactive
In this example, we will write a Micronaut application that exposes some REST endpoints and stores data in a database using Hibernate Reactive.
Examples
Content
- #1: micronaut-jpa-hibernate-maven-java
- #2: micronaut-hibernate-reactive-maven-java
Example#1
micronaut-jpa-hibernate-maven-java
Description and code: https://jreact.com/index.php/2024/04/17/micronaut-jpa-hibernate-maven-java/
In this example, we will write a Micronaut application that exposes some REST endpoints and stores data in a database using Hibernate. The example uses a one-to-many mapping.
Example#2 Hibernate Reactive
micronaut-hibernate-reactive-maven-java
Description and code: https://jreact.com/index.php/2024/04/23/micronaut-hibernate-reactive-maven-java/
In this example, we will write a Micronaut application that exposes some REST endpoints and stores data in a database using Hibernate Reactive.
