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
Modifier and TypeMethodDescriptiondefault CompletionStage<J>reactiveAssemble(ReactiveRowProcessingState rowProcessingState) Convenience form ofDomainResultAssembler.assemble(RowProcessingState)reactiveAssemble(ReactiveRowProcessingState rowProcessingState, org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions options) Methods inherited from interface org.hibernate.sql.results.graph.DomainResultAssembler
assemble, forEachResultAssembler, getAssembledJavaType, getInitializer, hasLazySubInitializers, isEager, resolveState
-
Method Details
-
reactiveAssemble
CompletionStage<J> reactiveAssemble(ReactiveRowProcessingState rowProcessingState, org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions options) -
reactiveAssemble
Convenience form ofDomainResultAssembler.assemble(RowProcessingState)
-