Interface ReactiveDomainResultsAssembler<J>
-
- All Superinterfaces:
org.hibernate.sql.results.graph.DomainResultAssembler<J>
@Incubating public interface ReactiveDomainResultsAssembler<J> extends org.hibernate.sql.results.graph.DomainResultAssembler<J>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CompletionStage<J>reactiveAssemble(ReactiveRowProcessingState rowProcessingState)Convenience form ofDomainResultAssembler.assemble(RowProcessingState)CompletionStage<J>reactiveAssemble(ReactiveRowProcessingState rowProcessingState, org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions options)
-
-
-
Method Detail
-
reactiveAssemble
CompletionStage<J> reactiveAssemble(ReactiveRowProcessingState rowProcessingState, org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions options)
-
reactiveAssemble
default CompletionStage<J> reactiveAssemble(ReactiveRowProcessingState rowProcessingState)
Convenience form ofDomainResultAssembler.assemble(RowProcessingState)
-
-