Interface ReactiveRowReader<R>
- All Superinterfaces:
RowReader<R>
-
Method Summary
Modifier and TypeMethodDescriptionreactiveReadRow
(ReactiveRowProcessingState processingState, 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, JdbcValuesSourceProcessingOptions options)
-