Uni.See: Description
| Interface | Description |
|---|---|
| Mutiny |
An API for Hibernate Reactive where non-blocking operations are
represented by a Mutiny
Uni. |
| Mutiny.Closeable |
An object whose
Mutiny.Closeable.close() method returns a Uni. |
| Mutiny.Query<R> |
A non-blocking counterpart to the Hibernate
Query interface, allowing reactive
execution of HQL and JPQL queries. |
| Mutiny.Session |
A non-blocking counterpart to the Hibernate
Session
interface, allowing a reactive style of interaction with the database. |
| Mutiny.SessionFactory |
Factory for
reactive sessions. |
| Mutiny.StatelessSession |
A non-blocking counterpart to the Hibernate
StatelessSession interface, which provides a
command-oriented API for performing bulk operations against a database. |
| Mutiny.Transaction |
Allows code within
Mutiny.Session.withTransaction(Function) to mark a
transaction for rollback. |
Uni.Mutiny