Uses of Package
org.hibernate.reactive.mutiny
Packages that use org.hibernate.reactive.mutiny
Package
Description
An API for Hibernate Reactive where non-blocking operations are
represented by a Mutiny
Uni
.-
Classes in org.hibernate.reactive.mutiny used by org.hibernate.reactive.it.techempower
-
Classes in org.hibernate.reactive.mutiny used by org.hibernate.reactive.it.verticle
-
Classes in org.hibernate.reactive.mutiny used by org.hibernate.reactive.mutinyClassDescriptionA non-blocking counterpart to the Hibernate
Query
interface, allowing reactive execution of HQL and JPQL queries.An object whoseMutiny.Closeable.close()
method returns aUni
.Operations common to objects which act as factories for instances ofMutiny.Query
.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. -
Classes in org.hibernate.reactive.mutiny used by org.hibernate.reactive.mutiny.delegationClassDescriptionAn object whose
Mutiny.Closeable.close()
method returns aUni
.Operations common to objects which act as factories for instances ofMutiny.Query
.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. -
Classes in org.hibernate.reactive.mutiny used by org.hibernate.reactive.tupleClassDescriptionA non-blocking counterpart to the Hibernate
Session
interface, allowing a reactive style of interaction with the database.