Uses of Package
org.hibernate.reactive.stage
-
Packages that use org.hibernate.reactive.stage Package Description org.hibernate.reactive.stage An API for Hibernate Reactive where non-blocking operations are represented by a JavaCompletionStage
.org.hibernate.reactive.tuple -
Classes in org.hibernate.reactive.stage used by org.hibernate.reactive.stage Class Description Stage.AbstractQuery A non-blocking counterpart to the HibernateQuery
interface, allowing reactive execution of HQL and JPQL queries.Stage.Closeable An object whoseStage.Closeable.close()
method returns aCompletionStage
.Stage.MutationQuery Stage.Query Stage.SelectionQuery Stage.Session A non-blocking counterpart to the HibernateSession
interface, allowing a reactive style of interaction with the database.Stage.SessionFactory Factory forreactive sessions
.Stage.StatelessSession A non-blocking counterpart to the HibernateStatelessSession
interface, which provides a command-oriented API for performing bulk operations against a database.Stage.Transaction Allows code withinStage.Session.withTransaction(Function)
to mark a transaction for rollback. -
Classes in org.hibernate.reactive.stage used by org.hibernate.reactive.tuple Class Description Stage.Session A non-blocking counterpart to the HibernateSession
interface, allowing a reactive style of interaction with the database.