Uses of Interface
org.hibernate.reactive.mutiny.Mutiny.Closeable
Packages that use Mutiny.Closeable
Package
Description
An API for Hibernate Reactive where non-blocking operations are
represented by a Mutiny
Uni.-
Uses of Mutiny.Closeable in org.hibernate.reactive.mutiny
Subinterfaces of Mutiny.Closeable in org.hibernate.reactive.mutinyModifier and TypeInterfaceDescriptionstatic interfaceA non-blocking counterpart to the HibernateSessioninterface, allowing a reactive style of interaction with the database.static interfaceA non-blocking counterpart to the HibernateStatelessSessioninterface, which provides a command-oriented API for performing bulk operations against a database. -
Uses of Mutiny.Closeable in org.hibernate.reactive.mutiny.delegation
Classes in org.hibernate.reactive.mutiny.delegation that implement Mutiny.CloseableModifier and TypeClassDescriptionclassWraps a MutinySessionDelegator.delegate() session.classWraps a MutinyStatelessSessionDelegator.delegate() stateless session.