Documentation per Series
3.0.0.Beta1 2024-12-13 development
Release compatible with Hibernate ORM 7
Reference HTML API (Javadoc)
Getting started guide HTML
2.4.3.Final 2024-12-20 latest stable
Release compatible with Hibernate ORM 6.6
Reference HTML API (Javadoc)
Getting started guide HTML
1.1.9.Final 2022-10-18 limited-support
Release with Vert.x 4.2 and integration with Oracle
Reference HTML API (Javadoc)
Getting started guide HTML
2.3.1.Final 2024-05-28 end-of-life
Release compatible with Hibernate ORM 6.5
Reference HTML API (Javadoc)
Getting started guide HTML
2.2.2.Final 2024-01-24 end-of-life
Release with Hibernate ORM 6.4 and Vert.x 4.5
Reference HTML API (Javadoc)
Getting started guide HTML
2.1.0.Final 2023-11-24 end-of-life
Release with Hibernate ORM 6.3 and Vert.x 4.5
Reference HTML API (Javadoc)
Getting started guide HTML
2.0.8.Final 2024-01-15 end-of-life
Release with Hibernate ORM 6.2 and Vert.x 4.4
Reference HTML API (Javadoc)
Getting started guide HTML
1.0.3.Final 2022-01-14 end-of-life
Initial release using Hibernate ORM 5.6 and Vert.x 4.1
Reference HTML API (Javadoc)
Getting started guide HTML
Getting started
Coding in reactive style takes some getting used to.
- Mutiny website
-
Lots of guidance about how to use reactive streams. If you don’t have prior experience with programming reactive streams, this is a good starting point.
- Introduction to Hibernate Reactive
-
Covers everything you need to know to get started, including:
-
setting up a project that uses Hibernate Reactive and the Vert.x reactive SQL client for your database,
-
configuring Hibernate Reactive to access your database,
-
writing Java code to define the entities of your data model,
-
writing reactive data access code using a reactive session, and
-
tuning the performance of your program.
-
- Using Hibernate Reactive (in Quarkus)
-
Covers how to get started with Hibernate Reactive in Quarkus.
- Access a database with JPA and Hibernate Reactive (in Micronaut)
-
Shows how to use Hibernate Reactive in Micronaut. More documentation here.