Uses of Package
org.hibernate.reactive.mutiny
-
Packages that use org.hibernate.reactive.mutiny Package Description org.hibernate.reactive.it.techempower org.hibernate.reactive.it.verticle org.hibernate.reactive.mutiny An API for Hibernate Reactive where non-blocking operations are represented by a MutinyUni.org.hibernate.reactive.tuple -
Classes in org.hibernate.reactive.mutiny used by org.hibernate.reactive.it.techempower Class Description Mutiny.SessionFactory Factory forreactive sessions. -
Classes in org.hibernate.reactive.mutiny used by org.hibernate.reactive.it.verticle Class Description Mutiny.SessionFactory Factory forreactive sessions. -
Classes in org.hibernate.reactive.mutiny used by org.hibernate.reactive.mutiny Class Description 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 Mutiny.SelectionQuery 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. -
Classes in org.hibernate.reactive.mutiny used by org.hibernate.reactive.tuple Class Description Mutiny.Session A non-blocking counterpart to the HibernateSessioninterface, allowing a reactive style of interaction with the database.