Interface ReactiveSelectQueryPlan<R>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Log LOG  
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      default java.util.List<R> performList​(org.hibernate.query.spi.DomainQueryExecutionContext executionContext)  
      default org.hibernate.query.spi.ScrollableResultsImplementor<R> performScroll​(org.hibernate.ScrollMode scrollMode, org.hibernate.query.spi.DomainQueryExecutionContext executionContext)  
      java.util.concurrent.CompletionStage<java.util.List<R>> reactivePerformList​(org.hibernate.query.spi.DomainQueryExecutionContext executionContext)
      Perform (execute) the query returning a List
    • Field Detail

      • LOG

        static final Log LOG
    • Method Detail

      • performList

        default java.util.List<R> performList​(org.hibernate.query.spi.DomainQueryExecutionContext executionContext)
        Specified by:
        performList in interface org.hibernate.query.spi.SelectQueryPlan<R>
      • performScroll

        default org.hibernate.query.spi.ScrollableResultsImplementor<R> performScroll​(org.hibernate.ScrollMode scrollMode,
                                                                                      org.hibernate.query.spi.DomainQueryExecutionContext executionContext)
        Specified by:
        performScroll in interface org.hibernate.query.spi.SelectQueryPlan<R>
      • reactivePerformList

        java.util.concurrent.CompletionStage<java.util.List<R>> reactivePerformList​(org.hibernate.query.spi.DomainQueryExecutionContext executionContext)
        Perform (execute) the query returning a List