Interface ReactiveQuery<R>

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

public interface ReactiveQuery<R> extends ReactiveSelectionQuery<R>, ReactiveMutationQuery<R>
See Also: