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.graph.entity 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)
CompletionStage<J>
ReactiveDomainResultsAssembler. reactiveAssemble(ReactiveRowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options)
CompletionStage<Void>
ReactiveInitializer. reactiveInitializeInstance(ReactiveRowProcessingState rowProcessingState)
CompletionStage<Void>
ReactiveInitializer. reactiveResolveInstance(ReactiveRowProcessingState rowProcessingState)
-
Uses of ReactiveRowProcessingState in org.hibernate.reactive.sql.results.graph.entity
Methods in org.hibernate.reactive.sql.results.graph.entity with parameters of type ReactiveRowProcessingState Modifier and Type Method Description CompletionStage<Void>
ReactiveAbstractEntityInitializer. reactiveInitializeInstance(ReactiveRowProcessingState rowProcessingState)
CompletionStage<Void>
ReactiveAbstractEntityInitializer. 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, JdbcValuesSourceProcessingOptions processingOptions, JdbcValuesSourceProcessingStateStandardImpl jdbcValuesSourceProcessingState, ReactiveRowProcessingState rowProcessingState, ReactiveRowReader<R> rowReader)
CompletionStage<T>
ReactiveResultsConsumer. consume(ReactiveValuesResultSet jdbcValues, SharedSessionContractImplementor session, JdbcValuesSourceProcessingOptions processingOptions, JdbcValuesSourceProcessingStateStandardImpl jdbcValuesSourceProcessingState, ReactiveRowProcessingState rowProcessingState, ReactiveRowReader<R> rowReader)
CompletionStage<R>
ReactiveRowReader. reactiveReadRow(ReactiveRowProcessingState processingState, JdbcValuesSourceProcessingOptions options)
-