Interface ReactiveSqmQueryImplementor<R>

All Superinterfaces:
CommonQueryContract, NameableQuery, ReactiveMutationQuery<R>, ReactiveQuery<R>, ReactiveQueryImplementor<R>, ReactiveSelectionQuery<R>

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