Uses of Package
org.hibernate.reactive.stage
Packages that use org.hibernate.reactive.stage
Package
Description
An API for Hibernate Reactive where non-blocking operations are
represented by a Java
CompletionStage.-
Classes in org.hibernate.reactive.stage used by org.hibernate.reactive.stageClassDescriptionA non-blocking counterpart to the Hibernate
Queryinterface, allowing reactive execution of HQL and JPQL queries.An object whoseStage.Closeable.close()method returns aCompletionStage.Operations common to objects which act as factories for instances ofStage.Query.A non-blocking counterpart to the HibernateSessioninterface, allowing a reactive style of interaction with the database.Factory forreactive sessions.A non-blocking counterpart to the HibernateStatelessSessioninterface, which provides a command-oriented API for performing bulk operations against a database.Allows code withinStage.Session.withTransaction(Function)to mark a transaction for rollback. -
Classes in org.hibernate.reactive.stage used by org.hibernate.reactive.tupleClassDescriptionA non-blocking counterpart to the Hibernate
Sessioninterface, allowing a reactive style of interaction with the database.