Skip navigation links

Package org.hibernate.reactive

Hibernate Reactive is an adaptation of Hibernate ORM to the world of reactive programming, and replaces JDBC for database access with a non-blocking database client.

See: Description

Package org.hibernate.reactive Description

Hibernate Reactive is an adaptation of Hibernate ORM to the world of reactive programming, and replaces JDBC for database access with a non-blocking database client.

By default, non-blocking access to the database is provided by the Vert.x SQL client.

Two parallel APIs are available:

To get started, see either Stage.SessionFactory or Mutiny.SessionFactory.
Skip navigation links