Interface ReactiveSqmQueryImplementor<R>

All Superinterfaces:
org.hibernate.query.CommonQueryContract, org.hibernate.query.named.NameableQuery, ReactiveMutationQuery<R>, ReactiveQuery<R>, ReactiveQueryImplementor<R>, ReactiveSelectionQuery<R>
All Known Implementing Classes:
ReactiveSqmQueryImpl

@Incubating public interface ReactiveSqmQueryImplementor<R> extends ReactiveQueryImplementor<R>, org.hibernate.query.named.NameableQuery
An internal contract between the reactive session implementation and the Stage.Query and Mutiny.Query APIs.
See Also: