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
    Modifier and Type
    Field
    Description
    static final Log
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default List<T>
    performList(org.hibernate.query.spi.DomainQueryExecutionContext executionContext)
    Deprecated.
    not a reactive method
    default org.hibernate.query.spi.ScrollableResultsImplementor<T>
    performScroll(org.hibernate.ScrollMode scrollMode, org.hibernate.query.spi.DomainQueryExecutionContext executionContext)
    Deprecated.
    not a reactive method

    Methods inherited from interface org.hibernate.reactive.query.sqm.spi.ReactiveSelectQueryPlan

    executeQuery, reactiveExecuteQuery, reactivePerformList
  • Field Details

    • LOG

      static final Log LOG
  • Method Details

    • performList

      @Deprecated default List<T> performList(org.hibernate.query.spi.DomainQueryExecutionContext executionContext)
      Deprecated.
      not a reactive method
      Specified by:
      performList in interface ReactiveSelectQueryPlan<T>
      Specified by:
      performList in interface org.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:
      performScroll in interface ReactiveSelectQueryPlan<T>
      Specified by:
      performScroll in interface org.hibernate.query.spi.SelectQueryPlan<T>