Class ReactiveEntitySelectFetchByUniqueKeyInitializer

  • 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 ReactiveEntitySelectFetchByUniqueKeyInitializer
    extends ReactiveEntitySelectFetchInitializer
    See Also:
    EntitySelectFetchByUniqueKeyInitializer
    • Field Summary

      • Fields inherited from class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer

        concreteDescriptor, entityInstance, isInitialized, keyAssembler, parentAccess
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveEntitySelectFetchByUniqueKeyInitializer​(org.hibernate.sql.results.graph.FetchParentAccess parentAccess, org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping fetchedAttribute, org.hibernate.spi.NavigablePath fetchedNavigable, org.hibernate.persister.entity.EntityPersister concreteDescriptor, org.hibernate.sql.results.graph.DomainResultAssembler<?> keyAssembler)  
    • Method Summary

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

        finishUpRow, getConcreteDescriptor, getEntityDescriptor, getEntityInstance, getEntityKey, getFetchParentAccess, getInitializedPart, getNavigablePath, getParentKey, isAttributeAssignableToConcreteDescriptor, isEntityInitialized, registerResolutionListener, resolveKey, 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

      • ReactiveEntitySelectFetchByUniqueKeyInitializer

        public ReactiveEntitySelectFetchByUniqueKeyInitializer​(org.hibernate.sql.results.graph.FetchParentAccess parentAccess,
                                                               org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping fetchedAttribute,
                                                               org.hibernate.spi.NavigablePath fetchedNavigable,
                                                               org.hibernate.persister.entity.EntityPersister concreteDescriptor,
                                                               org.hibernate.sql.results.graph.DomainResultAssembler<?> keyAssembler)