Package org.hibernate.reactive.mutiny
An API for Hibernate Reactive where non-blocking operations are
represented by a Mutiny
Uni.- See Also:
Mutiny
-
Interface Summary Interface Description Mutiny An API for Hibernate Reactive where non-blocking operations are represented by a MutinyUni.Mutiny.AbstractQuery A non-blocking counterpart to the HibernateQueryinterface, allowing reactive execution of HQL and JPQL queries.Mutiny.Closeable An object whoseMutiny.Closeable.close()method returns aUni.Mutiny.MutationQuery Mutiny.Query<R> Mutiny.SelectionQuery<R> Mutiny.Session A non-blocking counterpart to the HibernateSessioninterface, allowing a reactive style of interaction with the database.Mutiny.SessionFactory Factory forreactive sessions.Mutiny.StatelessSession A non-blocking counterpart to the HibernateStatelessSessioninterface, which provides a command-oriented API for performing bulk operations against a database.Mutiny.Transaction Allows code withinMutiny.Session.withTransaction(Function)to mark a transaction for rollback.