Uses of Class
org.hibernate.reactive.sql.exec.spi.ReactiveRowProcessingState
Packages that use ReactiveRowProcessingState
-
Uses of ReactiveRowProcessingState in org.hibernate.reactive.sql.results.graph
Methods in org.hibernate.reactive.sql.results.graph with parameters of type ReactiveRowProcessingStateModifier and TypeMethodDescriptiondefault CompletionStage<J>ReactiveDomainResultsAssembler.reactiveAssemble(ReactiveRowProcessingState rowProcessingState) Convenience form ofDomainResultAssembler.assemble(RowProcessingState)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 ReactiveRowProcessingStateModifier and TypeMethodDescriptionReactiveListResultsConsumer.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) 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) 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) ReactiveRowReader.reactiveReadRow(ReactiveRowProcessingState processingState, org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions options)