ReactiveSession.See: Description
| Interface | Description |
|---|---|
| Criteria<R> | |
| CriteriaQueryOptions | |
| ReactiveConnectionSupplier |
A source of
ReactiveConnections. |
| ReactiveNativeQuery<R> |
An internal contract between the reactive session implementation
and the
Stage.Query and
Mutiny.Query APIs. |
| ReactiveQuery<R> |
An internal contract between the reactive session implementation
and the
Stage.Query and
Mutiny.Query APIs. |
| ReactiveQueryExecutor |
Executes queries in a non-blocking fashion.
|
| ReactiveSession |
A contract with the Hibernate session backing the user-visible
reactive session. |
| ReactiveStatelessSession |
A contract with the Hibernate stateless session backing the user-visible
reactive session. |
ReactiveSession.