Interface ReactiveRowReader<R>

  • All Superinterfaces:
    org.hibernate.sql.results.spi.RowReader<R>

    public interface ReactiveRowReader<R>
    extends org.hibernate.sql.results.spi.RowReader<R>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CompletionStage<R> reactiveReadRow​(ReactiveRowProcessingState processingState, org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions options)  
      • Methods inherited from interface org.hibernate.sql.results.spi.RowReader

        finishUp, getDomainResultResultJavaType, getInitializerCount, getResultJavaTypes, hasCollectionInitializers, readRow, resolveSingleResultEntityKey, startLoading