| Package | Description |
|---|---|
| org.hibernate.reactive.stage |
An API for Hibernate Reactive where non-blocking operations are
represented by a Java
CompletionStage. |
| org.hibernate.reactive.tuple |
| Class and Description |
|---|
| Stage.Closeable
An object whose
Stage.Closeable.close() method returns a CompletionStage. |
| Stage.Query
A non-blocking counterpart to the Hibernate
Query interface, allowing reactive
execution of HQL and JPQL queries. |
| Stage.Session
A non-blocking counterpart to the Hibernate
Session
interface, allowing a reactive style of interaction with the database. |
| Stage.StatelessSession
A non-blocking counterpart to the Hibernate
StatelessSession interface, which provides a
command-oriented API for performing bulk operations against a database. |
| Stage.Transaction
Allows code within
Stage.Session.withTransaction(Function) to mark a
transaction for rollback. |
| Class and Description |
|---|
| Stage.Session
A non-blocking counterpart to the Hibernate
Session
interface, allowing a reactive style of interaction with the database. |
Copyright © 2020-2022 Red Hat, Inc. All Rights Reserved.