Interface ReactiveQueryImplementor<R>

All Superinterfaces:
CommonQueryContract, ReactiveMutationQuery<R>, ReactiveQuery<R>, ReactiveSelectionQuery<R>
All Known Subinterfaces:
ReactiveNativeQueryImplementor<R>, ReactiveSqmQueryImplementor<R>

public interface ReactiveQueryImplementor<R> extends ReactiveQuery<R>