Uses of Class
org.hibernate.reactive.sql.exec.spi.ReactiveRowProcessingState
-
Packages that use ReactiveRowProcessingState Package Description org.hibernate.reactive.sql.results.graph org.hibernate.reactive.sql.results.spi -
-
Uses of ReactiveRowProcessingState in org.hibernate.reactive.sql.results.graph
Methods in org.hibernate.reactive.sql.results.graph with parameters of type ReactiveRowProcessingState Modifier and Type Method Description default CompletionStage<J>ReactiveDomainResultsAssembler. reactiveAssemble(ReactiveRowProcessingState rowProcessingState)Convenience form ofDomainResultAssembler.assemble(RowProcessingState)CompletionStage<J>ReactiveDomainResultsAssembler. reactiveAssemble(ReactiveRowProcessingState rowProcessingState, org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions options)default CompletionStage<Void>ReactiveInitializer. reactiveInitializeInstance(ReactiveRowProcessingState rowProcessingState)default CompletionStage<Void>ReactiveInitializer. reactiveResolveInstance(ReactiveRowProcessingState rowProcessingState) -
Uses of ReactiveRowProcessingState in org.hibernate.reactive.sql.results.spi
Methods in org.hibernate.reactive.sql.results.spi with parameters of type ReactiveRowProcessingState Modifier and Type Method Description CompletionStage<List<R>>ReactiveListResultsConsumer. consume(ReactiveValuesResultSet jdbcValues, SharedSessionContractImplementor session, org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions processingOptions, org.hibernate.sql.results.jdbc.internal.JdbcValuesSourceProcessingStateStandardImpl jdbcValuesSourceProcessingState, ReactiveRowProcessingState rowProcessingState, ReactiveRowReader<R> rowReader)CompletionStage<T>ReactiveResultsConsumer. consume(ReactiveValuesResultSet jdbcValues, SharedSessionContractImplementor session, org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions processingOptions, org.hibernate.sql.results.jdbc.internal.JdbcValuesSourceProcessingStateStandardImpl jdbcValuesSourceProcessingState, ReactiveRowProcessingState rowProcessingState, ReactiveRowReader<R> rowReader)CompletionStage<T>ReactiveSingleResultConsumer. consume(ReactiveValuesResultSet jdbcValues, SharedSessionContractImplementor session, org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions processingOptions, org.hibernate.sql.results.jdbc.internal.JdbcValuesSourceProcessingStateStandardImpl jdbcValuesSourceProcessingState, ReactiveRowProcessingState rowProcessingState, ReactiveRowReader<T> rowReader)CompletionStage<R>ReactiveRowReader. reactiveReadRow(ReactiveRowProcessingState processingState, org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions options)
-