All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hibernate.reactive.package-info Maven / Gradle / Ivy

There is a newer version: 3.0.0.Beta1
Show newest version
/**
 * 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