| Package | Description |
|---|---|
| org.hibernate.reactive.common.spi | |
| org.hibernate.reactive.mutiny |
An API for Hibernate Reactive where non-blocking operations are
represented by a Mutiny
Uni. |
| org.hibernate.reactive.tuple |
| Class and Description |
|---|
| Mutiny.Session
A non-blocking counterpart to the Hibernate
Session
interface, allowing a reactive style of interaction with the database. |
| Mutiny.StatelessSession
A non-blocking counterpart to the Hibernate
StatelessSession interface, which provides a
command-oriented API for performing bulk operations against a database. |
| Class and Description |
|---|
| Mutiny.Closeable
An object whose
Mutiny.Closeable.close() method returns a Uni. |
| Mutiny.Query
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.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. |
| Class and Description |
|---|
| Mutiny.Session
A non-blocking counterpart to the Hibernate
Session
interface, allowing a reactive style of interaction with the database. |
Copyright © 2020-2022 Red Hat, Inc. All Rights Reserved.