Package org.hibernate.reactive.session
Defines internal contracts between subsystems of Hibernate Reactive
and the
ReactiveSession
.-
Interface Summary Interface Description Criteria<R> Abstracts over criteriaqueries
,updates
, anddeletes
.CriteriaQueryOptions ReactiveConnectionSupplier A source ofReactiveConnection
s.ReactiveNativeQuery<R> An internal contract between the reactive session implementation and theStage.Query
andMutiny.Query
APIs.ReactiveQuery<R> An internal contract between the reactive session implementation and theStage.Query
andMutiny.Query
APIs.ReactiveQueryExecutor Executes queries in a non-blocking fashion.ReactiveSession A contract with the Hibernate session backing the user-visiblereactive session
.ReactiveStatelessSession Mutiny A contract with the Hibernate stateless session backing the user-visiblereactive session
.