Class ReactiveStandardBatchLoaderFactory

  • All Implemented Interfaces:
    java.io.Serializable, org.hibernate.loader.ast.spi.BatchLoaderFactory, org.hibernate.service.Service

    public class ReactiveStandardBatchLoaderFactory
    extends java.lang.Object
    implements org.hibernate.loader.ast.spi.BatchLoaderFactory
    See Also:
    StandardBatchLoaderFactory, Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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.SessionFactoryImplementor factory)  
      • Methods inherited from class java.lang.Object

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

      • ReactiveStandardBatchLoaderFactory

        public ReactiveStandardBatchLoaderFactory()
    • Method Detail

      • createEntityBatchLoader

        public <T> org.hibernate.loader.ast.spi.EntityBatchLoader<T> createEntityBatchLoader​(int domainBatchSize,
                                                                                             org.hibernate.metamodel.mapping.EntityMappingType entityDescriptor,
                                                                                             org.hibernate.engine.spi.SessionFactoryImplementor factory)
        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