Class ReactiveEntityAssembler
java.lang.Object
org.hibernate.sql.results.graph.entity.internal.EntityAssembler
org.hibernate.reactive.sql.results.graph.entity.internal.ReactiveEntityAssembler
- All Implemented Interfaces:
ReactiveDomainResultsAssembler,org.hibernate.sql.results.graph.DomainResultAssembler
public class ReactiveEntityAssembler
extends org.hibernate.sql.results.graph.entity.internal.EntityAssembler
implements ReactiveDomainResultsAssembler
- See Also:
-
EntityAssembler
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveEntityAssembler(org.hibernate.type.descriptor.java.JavaType<T> javaType, org.hibernate.sql.results.graph.entity.EntityInitializer initializer) -
Method Summary
Modifier and TypeMethodDescriptionreactiveAssemble(ReactiveRowProcessingState rowProcessingState, org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions options) Methods inherited from class org.hibernate.sql.results.graph.entity.internal.EntityAssembler
assemble, forEachResultAssembler, getAssembledJavaType, getInitializer, resolveStateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.sql.results.graph.DomainResultAssembler
assemble, forEachResultAssembler, getAssembledJavaType, getInitializer, resolveStateMethods inherited from interface org.hibernate.reactive.sql.results.graph.ReactiveDomainResultsAssembler
reactiveAssemble
-
Constructor Details
-
ReactiveEntityAssembler
public ReactiveEntityAssembler(org.hibernate.type.descriptor.java.JavaType<T> javaType, org.hibernate.sql.results.graph.entity.EntityInitializer initializer)
-
-
Method Details
-
reactiveAssemble
public CompletionStage<Object> reactiveAssemble(ReactiveRowProcessingState rowProcessingState, org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions options) - Specified by:
reactiveAssemblein interfaceReactiveDomainResultsAssembler
-