Class ReactiveStandardBatchLoaderFactory

java.lang.Object
org.hibernate.reactive.loader.ast.internal.ReactiveStandardBatchLoaderFactory
All Implemented Interfaces:
Serializable, org.hibernate.loader.ast.spi.BatchLoaderFactory, org.hibernate.service.Service

public class ReactiveStandardBatchLoaderFactory extends Object implements org.hibernate.loader.ast.spi.BatchLoaderFactory
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hibernate.loader.ast.spi.CollectionBatchLoader
    createCollectionBatchLoader(int domainBatchSize, org.hibernate.engine.spi.LoadQueryInfluencers influencers, org.hibernate.metamodel.mapping.PluralAttributeMapping attributeMapping, org.hibernate.engine.spi.SessionFactoryImplementor factory)
     
    <T> org.hibernate.loader.ast.spi.EntityBatchLoader<T>
    createEntityBatchLoader(int domainBatchSize, org.hibernate.metamodel.mapping.EntityMappingType entityDescriptor, org.hibernate.engine.spi.LoadQueryInfluencers loadQueryInfluencers)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.hibernate.loader.ast.spi.BatchLoaderFactory

    createEntityBatchLoader
  • Constructor Details

    • ReactiveStandardBatchLoaderFactory

      public ReactiveStandardBatchLoaderFactory()
  • Method Details

    • createEntityBatchLoader

      public <T> org.hibernate.loader.ast.spi.EntityBatchLoader<T> createEntityBatchLoader(int domainBatchSize, org.hibernate.metamodel.mapping.EntityMappingType entityDescriptor, org.hibernate.engine.spi.LoadQueryInfluencers loadQueryInfluencers)
      Specified by:
      createEntityBatchLoader in interface org.hibernate.loader.ast.spi.BatchLoaderFactory
    • createCollectionBatchLoader

      public org.hibernate.loader.ast.spi.CollectionBatchLoader createCollectionBatchLoader(int domainBatchSize, org.hibernate.engine.spi.LoadQueryInfluencers influencers, org.hibernate.metamodel.mapping.PluralAttributeMapping attributeMapping, org.hibernate.engine.spi.SessionFactoryImplementor factory)
      Specified by:
      createCollectionBatchLoader in interface org.hibernate.loader.ast.spi.BatchLoaderFactory