Package org.hibernate.reactive.query.spi
Interface ReactiveNativeSelectQueryPlan<T>
- All Superinterfaces:
NativeQueryPlan
,NativeSelectQueryPlan<T>
,QueryPlan
,ReactiveSelectQueryPlan<T>
,SelectQueryPlan<T>
public interface ReactiveNativeSelectQueryPlan<T>
extends 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 org.hibernate.reactive.query.sqm.spi.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:
performList
in interfaceReactiveSelectQueryPlan<T>
- Specified by:
performList
in interfaceSelectQueryPlan<T>
-
performScroll
@Deprecated default ScrollableResultsImplementor<T> performScroll(ScrollMode scrollMode, DomainQueryExecutionContext executionContext) Deprecated.not a reactive method- Specified by:
performScroll
in interfaceReactiveSelectQueryPlan<T>
- Specified by:
performScroll
in interfaceSelectQueryPlan<T>
-