Class ReactiveEntitySelectFetchInitializerBuilder

java.lang.Object
org.hibernate.reactive.sql.results.graph.entity.internal.ReactiveEntitySelectFetchInitializerBuilder

public class ReactiveEntitySelectFetchInitializerBuilder extends Object
See Also:
  • EntitySelectFetchInitializerBuilder
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.hibernate.sql.results.graph.entity.EntityInitializer<?>
    createInitializer(org.hibernate.sql.results.graph.InitializerParent<?> parent, org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping fetchedAttribute, org.hibernate.persister.entity.EntityPersister entityPersister, org.hibernate.sql.results.graph.DomainResult<?> originalKeyResult, org.hibernate.spi.NavigablePath navigablePath, boolean selectByUniqueKey, boolean affectedByFilter, org.hibernate.sql.results.graph.AssemblerCreationState creationState)
     
    static org.hibernate.reactive.sql.results.graph.entity.internal.ReactiveEntitySelectFetchInitializerBuilder.BatchMode
    determineBatchMode(org.hibernate.persister.entity.EntityPersister entityPersister, org.hibernate.sql.results.graph.InitializerParent<?> parent, org.hibernate.sql.results.graph.AssemblerCreationState creationState)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReactiveEntitySelectFetchInitializerBuilder

      public ReactiveEntitySelectFetchInitializerBuilder()
  • Method Details

    • createInitializer

      public static org.hibernate.sql.results.graph.entity.EntityInitializer<?> createInitializer(org.hibernate.sql.results.graph.InitializerParent<?> parent, org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping fetchedAttribute, org.hibernate.persister.entity.EntityPersister entityPersister, org.hibernate.sql.results.graph.DomainResult<?> originalKeyResult, org.hibernate.spi.NavigablePath navigablePath, boolean selectByUniqueKey, boolean affectedByFilter, org.hibernate.sql.results.graph.AssemblerCreationState creationState)
    • determineBatchMode

      public static org.hibernate.reactive.sql.results.graph.entity.internal.ReactiveEntitySelectFetchInitializerBuilder.BatchMode determineBatchMode(org.hibernate.persister.entity.EntityPersister entityPersister, org.hibernate.sql.results.graph.InitializerParent<?> parent, org.hibernate.sql.results.graph.AssemblerCreationState creationState)