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>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionperformList(DomainQueryExecutionContext executionContext) Deprecated.not a reactive methoddefault ScrollableResultsImplementor<T> performScroll(ScrollMode scrollMode, DomainQueryExecutionContext executionContext) Deprecated.not a reactive methodMethods inherited from interface ReactiveSelectQueryPlan
executeQuery, reactiveExecuteQuery, reactivePerformList
-
Field Details
-
LOG
static final org.hibernate.reactive.logging.impl.Log LOG
-
-
Method Details
-
performList
Deprecated.not a reactive method- Specified by:
performListin interfaceReactiveSelectQueryPlan<T>- Specified by:
performListin interfaceSelectQueryPlan<T>
-
performScroll
@Deprecated default ScrollableResultsImplementor<T> performScroll(ScrollMode scrollMode, DomainQueryExecutionContext executionContext) Deprecated.not a reactive method- Specified by:
performScrollin interfaceReactiveSelectQueryPlan<T>- Specified by:
performScrollin interfaceSelectQueryPlan<T>
-