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 TypeMethodDescriptionreactiveReadRow
(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
-
Method Details
-
reactiveReadRow
CompletionStage<R> reactiveReadRow(ReactiveRowProcessingState processingState, org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions options)
-