Interface QueryImplementor<R>

All Superinterfaces:
CommonQueryContract, MutationQuery, Query, Query<R>, SelectionQuery<R>, TypedQuery<R>
All Known Subinterfaces:
NativeQueryImplementor<R>, ProcedureCallImplementor<R>, SqmQueryImplementor<R>
All Known Implementing Classes:
AbstractQuery, NativeQueryImpl, ProcedureCallImpl, QuerySqmImpl

@Incubating public interface QueryImplementor<R> extends Query<R>