Uses of Interface
org.hibernate.reactive.mutiny.Mutiny.Closeable
-
Packages that use Mutiny.Closeable Package Description org.hibernate.reactive.mutiny An API for Hibernate Reactive where non-blocking operations are represented by a MutinyUni
. -
-
Uses of Mutiny.Closeable in org.hibernate.reactive.mutiny
Subinterfaces of Mutiny.Closeable in org.hibernate.reactive.mutiny Modifier and Type Interface Description static interface
Mutiny.Session
A non-blocking counterpart to the HibernateSession
interface, allowing a reactive style of interaction with the database.static interface
Mutiny.StatelessSession
A non-blocking counterpart to the HibernateStatelessSession
interface, which provides a command-oriented API for performing bulk operations against a database.
-