Interface ReactiveDomainResultsAssembler<J>
- All Superinterfaces:
DomainResultAssembler<J>
-
Method Summary
Modifier and TypeMethodDescriptiondefault CompletionStage<J>
reactiveAssemble
(ReactiveRowProcessingState rowProcessingState) Convenience form ofDomainResultAssembler.assemble(RowProcessingState)
reactiveAssemble
(ReactiveRowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options) Methods inherited from interface org.hibernate.sql.results.graph.DomainResultAssembler
assemble, forEachResultAssembler, getAssembledJavaType, getInitializer, resolveState
-
Method Details
-
reactiveAssemble
CompletionStage<J> reactiveAssemble(ReactiveRowProcessingState rowProcessingState, JdbcValuesSourceProcessingOptions options) -
reactiveAssemble
Convenience form ofDomainResultAssembler.assemble(RowProcessingState)
-