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