Hibernate

Example#1

quarkus-hibernate-orm-quickstart

Requirements

Example#2

quarkus-hibernate-reactive-quickstart

This is a minimal CRUD example exposing a couple of endpoints over REST, with a front-end based on AngularJS so you can play with it from your browser.

This is using:

  • RESTEasy Reactive to expose the REST endpoints
  • Hibernate Reactive to perform the CRUD operations on the database
  • A PostgreSQL database
  • ArC, the CDI inspired dependency injection tool with zero overhead

Requirements

In addition, you will need either a PostgreSQL database, or Docker to run one.