Interface ReactiveNativeQueryImplementor<R>

All Superinterfaces:
org.hibernate.query.CommonQueryContract, org.hibernate.query.named.NameableQuery, ReactiveMutationQuery<R>, ReactiveNativeQuery<R>, ReactiveQuery<R>, ReactiveQueryImplementor<R>, ReactiveSelectionQuery<R>
All Known Implementing Classes:
ReactiveNativeQueryImpl

public interface ReactiveNativeQueryImplementor<R> extends ReactiveNativeQuery<R>, ReactiveQueryImplementor<R>, org.hibernate.query.named.NameableQuery