Interface ReactiveNativeSelectQueryPlan<T>

All Superinterfaces:
org.hibernate.query.sql.spi.NativeQueryPlan, org.hibernate.query.sql.spi.NativeSelectQueryPlan<T>, QueryPlan, ReactiveSelectQueryPlan<T>, SelectQueryPlan<T>

public interface ReactiveNativeSelectQueryPlan<T> extends org.hibernate.query.sql.spi.NativeSelectQueryPlan<T>, ReactiveSelectQueryPlan<T>