Hibernate Reactive

Documentation

Documentation per Series

3.0

3.0.0.Beta3 2025-04-08 development

Release compatible with Hibernate ORM 7

Getting started guide HTML

Reference HTML API (Javadoc)

2.4

2.4.6.Final 2025-04-08 latest stable

Release compatible with Hibernate ORM 6.6

Getting started guide HTML

Reference HTML API (Javadoc)

1.1

1.1.9.Final 2022-10-18 limited-support

Release with Vert.x 4.2 and integration with Oracle

Getting started guide HTML

Reference HTML API (Javadoc)

See older series

2.3

2.3.1.Final 2024-05-28 end-of-life

Release compatible with Hibernate ORM 6.5

Getting started guide HTML

Reference HTML API (Javadoc)

2.2

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

Reference HTML API (Javadoc)

2.1

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

Reference HTML API (Javadoc)

2.0

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

Reference HTML API (Javadoc)

1.0

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

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:

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.

Back to top