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 Log LOG  
    • Method Summary

      All Methods Instance Methods Default Methods Deprecated Methods 
      Modifier and Type Method Description
      default java.util.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
    • Field Detail

      • LOG

        static final Log LOG
    • Method Detail

      • performList

        @Deprecated
        default java.util.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>