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

    Modifier and Type
    Method
    Description
    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