Package org.hibernate.reactive.mutiny
package org.hibernate.reactive.mutiny
An API for Hibernate Reactive where non-blocking operations are
represented by a Mutiny
Uni
.- See Also:
-
InterfacesClassDescriptionAn API for Hibernate Reactive where non-blocking operations are represented by a Mutiny
Uni
.A non-blocking counterpart to the HibernateQuery
interface, allowing reactive execution of HQL and JPQL queries.An object whoseMutiny.Closeable.close()
method returns aUni
.Mutiny.Query<R>A non-blocking counterpart to the HibernateSession
interface, allowing a reactive style of interaction with the database.Factory forreactive sessions
.A non-blocking counterpart to the HibernateStatelessSession
interface, which provides a command-oriented API for performing bulk operations against a database.Allows code withinMutiny.Session.withTransaction(Function)
to mark a transaction for rollback.