Class ReactiveEntityDelayedFetchInitializer

  • All Implemented Interfaces:
    ReactiveInitializer, org.hibernate.sql.results.graph.entity.EntityInitializer, org.hibernate.sql.results.graph.FetchParentAccess, org.hibernate.sql.results.graph.Initializer

    public class ReactiveEntityDelayedFetchInitializer
    extends org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
    implements ReactiveInitializer
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveEntityDelayedFetchInitializer​(org.hibernate.sql.results.graph.FetchParentAccess parentAccess, org.hibernate.spi.NavigablePath fetchedNavigable, org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping referencedModelPart, boolean selectByUniqueKey, org.hibernate.sql.results.graph.DomainResultAssembler<?> identifierAssembler)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletionStage<java.lang.Void> reactiveInitializeInstance​(ReactiveRowProcessingState rowProcessingState)  
      java.util.concurrent.CompletionStage<java.lang.Void> reactiveResolveInstance​(ReactiveRowProcessingState rowProcessingState)  
      • Methods inherited from class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer

        finishUpRow, getConcreteDescriptor, getEntityDescriptor, getEntityInstance, getEntityKey, getFetchParentAccess, getIdentifier, getIdentifierAssembler, getInitializedPart, getNavigablePath, getParentEntityInitializer, getParentKey, initializeInstance, isEnhancedForLazyLoading, isEntityInitialized, isSelectByUniqueKey, registerResolutionListener, resolveInstance, resolveKey, setEntityInstance, setIdentifier, toString
      • Methods inherited from class org.hibernate.sql.results.graph.AbstractFetchParentAccess

        clearResolutionListeners, notifyResolutionListeners
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.hibernate.sql.results.graph.entity.EntityInitializer

        asEntityInitializer, findFirstEntityDescriptorAccess, findFirstEntityInitializer, getInitializedInstance, isEntityInitializer
      • Methods inherited from interface org.hibernate.sql.results.graph.Initializer

        asEmbeddableInitializer, endLoading, isAttributeAssignableToConcreteDescriptor, isCollectionInitializer, isEmbeddableInitializer
    • Constructor Detail

      • ReactiveEntityDelayedFetchInitializer

        public ReactiveEntityDelayedFetchInitializer​(org.hibernate.sql.results.graph.FetchParentAccess parentAccess,
                                                     org.hibernate.spi.NavigablePath fetchedNavigable,
                                                     org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping referencedModelPart,
                                                     boolean selectByUniqueKey,
                                                     org.hibernate.sql.results.graph.DomainResultAssembler<?> identifierAssembler)