CompletionStage
.See: Description
Interface | Description |
---|---|
Stage |
An API for Hibernate Reactive where non-blocking operations are
represented by a Java
CompletionStage . |
Stage.Closeable |
An object whose
Stage.Closeable.close() method returns a CompletionStage . |
Stage.Query<R> |
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.SessionFactory |
Factory for
reactive sessions . |
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. |
CompletionStage
.Stage
Copyright © 2020-2022 Red Hat, Inc. All Rights Reserved.