Interface ReactiveQueryImplementor<R>

All Superinterfaces:
org.hibernate.query.CommonQueryContract, ReactiveMutationQuery<R>, ReactiveQuery<R>, ReactiveSelectionQuery<R>
All Known Subinterfaces:
ReactiveNativeQueryImplementor<R>, ReactiveSqmQueryImplementor<R>
All Known Implementing Classes:
ReactiveNativeQueryImpl, ReactiveSqmQueryImpl

public interface ReactiveQueryImplementor<R> extends ReactiveQuery<R>