Class SelectEagerCollectionFetch

java.lang.Object
org.hibernate.sql.results.graph.collection.internal.CollectionFetch
org.hibernate.sql.results.graph.collection.internal.SelectEagerCollectionFetch
All Implemented Interfaces:
DomainResultGraphNode, Fetch, FetchParent, InitializerProducer<CollectionFetch>

public class SelectEagerCollectionFetch extends CollectionFetch
  • Constructor Details

  • Method Details

    • getTiming

      public FetchTiming getTiming()
      Description copied from interface: Fetch
      immediate or delayed? todo (6.0) : should we also expose the fetch-style? Perhaps the fetch-options?
    • hasTableGroup

      public boolean hasTableGroup()
      Description copied from interface: Fetch
      Is the TableGroup associated with this Fetch defined?
    • createInitializer

      public CollectionInitializer<?> createInitializer(InitializerParent<?> parent, AssemblerCreationState creationState)
    • getResultJavaType

      public JavaType<?> getResultJavaType()
    • collectValueIndexesToCache

      public void collectValueIndexesToCache(BitSet valueIndexes)
      Description copied from interface: DomainResultGraphNode
      Collect the JDBC value indexes used by this domain result that should be cached.