Interface NativeQueryImplementor<R>

All Superinterfaces:
CommonQueryContract, MutationQuery, NameableQuery, NativeQuery<R>, Query, Query<R>, QueryImplementor<R>, SelectionQuery<R>, SynchronizeableQuery, TypedQuery<R>
All Known Implementing Classes:
NativeQueryImpl

@Incubating public interface NativeQueryImplementor<R> extends QueryImplementor<R>, NativeQuery<R>, NameableQuery