Documentation by series
4.1.2.Final 2025年10月12日 latest stable
Release compatible with Hibernate ORM 7.1 and Vert.x 5.0
Getting started guide HTML
What's new HTML
Reference HTML API (Javadoc)
3.1.5.Final 2025年10月05日 limited-support
Release compatible with Hibernate ORM 7.1 and Vert.x 4.5
Getting started guide HTML
What's new HTML
Reference HTML API (Javadoc)
2.4.8.Final 2025年05月14日 limited-support
Release compatible with Hibernate ORM 6.6
Getting started guide HTML
What's new HTML
Reference HTML API (Javadoc)
4.0.0.Final 2025年08月12日 end-of-life
Release compatible with Hibernate ORM 7 and Vert.x 5
Getting started guide HTML
What's new HTML
Reference HTML API (Javadoc)
3.0.6.Final 2025年07月27日 end-of-life
Release compatible with Hibernate ORM 7
Getting started guide HTML
What's new HTML
Reference HTML API (Javadoc)
2.3.1.Final 2024年05月28日 end-of-life
Release compatible with Hibernate ORM 6.5
Getting started guide HTML
What's new HTML
Reference HTML API (Javadoc)
2.2.2.Final 2024年01月24日 end-of-life
Release with Hibernate ORM 6.4 and Vert.x 4.5
Getting started guide HTML
What's new HTML
Reference HTML API (Javadoc)
2.1.0.Final 2023年11月24日 end-of-life
Release with Hibernate ORM 6.3 and Vert.x 4.5
Getting started guide HTML
What's new HTML
Reference HTML API (Javadoc)
2.0.8.Final 2024年01月15日 end-of-life
Release with Hibernate ORM 6.2 and Vert.x 4.4
Getting started guide HTML
What's new HTML
Reference HTML API (Javadoc)
1.1.9.Final 2022年10月18日 end-of-life
Release with Vert.x 4.2 and integration with Oracle
Getting started guide HTML
What's new HTML
Reference HTML API (Javadoc)
1.0.3.Final 2022年01月14日 end-of-life
Initial release using Hibernate ORM 5.6 and Vert.x 4.1
Getting started guide HTML
What's new HTML
Reference HTML API (Javadoc)
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.