Interface ReactiveNativeQuery<R>

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

public interface ReactiveNativeQuery<R> extends ReactiveQuery<R>
See Also:
  • NativeQuery