org.hibernate.reactive.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hibernate-reactive-core-jakarta Show documentation
Show all versions of hibernate-reactive-core-jakarta Show documentation
The core module of 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.
*
* By default, non-blocking access to the database is provided
* by the {@link io.vertx.sqlclient.SqlClient Vert.x SQL client}.
*
* Two parallel APIs are available:
*
* - {@link org.hibernate.reactive.stage.Stage} is an API
* designed around Java's {@link java.util.concurrent.CompletionStage}.
*
- {@link org.hibernate.reactive.mutiny.Mutiny} is an API
* designed around Mutiny's {@link io.smallrye.mutiny.Uni}.
*
* To get started, see either
* {@link org.hibernate.reactive.stage.Stage.SessionFactory} or
* {@link org.hibernate.reactive.mutiny.Mutiny.SessionFactory}.
*/
package org.hibernate.reactive;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy