Class ReactiveCircularFetchImpl

  • All Implemented Interfaces:
    org.hibernate.sql.results.graph.BiDirectionalFetch, org.hibernate.sql.results.graph.DomainResultGraphNode, org.hibernate.sql.results.graph.Fetch

    public class ReactiveCircularFetchImpl
    extends org.hibernate.sql.results.internal.domain.CircularFetchImpl
    See Also:
    CircularFetchImpl
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveCircularFetchImpl​(org.hibernate.sql.results.internal.domain.CircularFetchImpl original)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.hibernate.sql.results.graph.Initializer buildEntitySelectFetchInitializer​(org.hibernate.sql.results.graph.FetchParentAccess parentAccess, org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping fetchable, org.hibernate.persister.entity.EntityPersister entityPersister, org.hibernate.sql.results.graph.DomainResult<?> keyResult, org.hibernate.spi.NavigablePath navigablePath, boolean selectByUniqueKey, org.hibernate.sql.results.graph.AssemblerCreationState creationState)  
      • Methods inherited from class org.hibernate.sql.results.internal.domain.CircularFetchImpl

        buildEntityDelayedFetchInitializer, createAssembler, getFetchedMapping, getFetchParent, getNavigablePath, getReferencedPath, getResultJavaType, getTiming, hasTableGroup, initializerFactory
      • Methods inherited from class java.lang.Object

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

        appliesTo
      • Methods inherited from interface org.hibernate.sql.results.graph.Fetch

        containsAnyNonScalarResults
    • Constructor Detail

      • ReactiveCircularFetchImpl

        public ReactiveCircularFetchImpl​(org.hibernate.sql.results.internal.domain.CircularFetchImpl original)
    • Method Detail

      • buildEntitySelectFetchInitializer

        protected org.hibernate.sql.results.graph.Initializer buildEntitySelectFetchInitializer​(org.hibernate.sql.results.graph.FetchParentAccess parentAccess,
                                                                                                org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping fetchable,
                                                                                                org.hibernate.persister.entity.EntityPersister entityPersister,
                                                                                                org.hibernate.sql.results.graph.DomainResult<?> keyResult,
                                                                                                org.hibernate.spi.NavigablePath navigablePath,
                                                                                                boolean selectByUniqueKey,
                                                                                                org.hibernate.sql.results.graph.AssemblerCreationState creationState)
        Overrides:
        buildEntitySelectFetchInitializer in class org.hibernate.sql.results.internal.domain.CircularFetchImpl