Package org.hibernate.reactive.query.spi
Interface ReactiveNativeSelectQueryPlan<T>
- All Superinterfaces:
org.hibernate.query.sql.spi.NativeQueryPlan,org.hibernate.query.sql.spi.NativeSelectQueryPlan<T>,org.hibernate.query.spi.QueryPlan,ReactiveSelectQueryPlan<T>,org.hibernate.query.spi.SelectQueryPlan<T>
- All Known Implementing Classes:
ReactiveNativeSelectQueryPlanImpl
public interface ReactiveNativeSelectQueryPlan<T>
extends org.hibernate.query.sql.spi.NativeSelectQueryPlan<T>, ReactiveSelectQueryPlan<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionperformList(org.hibernate.query.spi.DomainQueryExecutionContext executionContext) Deprecated.not a reactive methoddefault org.hibernate.query.spi.ScrollableResultsImplementor<T>performScroll(org.hibernate.ScrollMode scrollMode, org.hibernate.query.spi.DomainQueryExecutionContext executionContext) Deprecated.not a reactive methodMethods inherited from interface org.hibernate.reactive.query.sqm.spi.ReactiveSelectQueryPlan
executeQuery, reactiveExecuteQuery, reactivePerformList
-
Field Details
-
LOG
-
-
Method Details
-
performList
@Deprecated default List<T> performList(org.hibernate.query.spi.DomainQueryExecutionContext executionContext) Deprecated.not a reactive method- Specified by:
performListin interfaceReactiveSelectQueryPlan<T>- Specified by:
performListin interfaceorg.hibernate.query.spi.SelectQueryPlan<T>
-
performScroll
@Deprecated default org.hibernate.query.spi.ScrollableResultsImplementor<T> performScroll(org.hibernate.ScrollMode scrollMode, org.hibernate.query.spi.DomainQueryExecutionContext executionContext) Deprecated.not a reactive method- Specified by:
performScrollin interfaceReactiveSelectQueryPlan<T>- Specified by:
performScrollin interfaceorg.hibernate.query.spi.SelectQueryPlan<T>
-