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:
-
StandardBatchLoaderFactory- Serialized Form
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.loader.ast.spi.CollectionBatchLoadercreateCollectionBatchLoader(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, waitMethods 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:
createEntityBatchLoaderin interfaceorg.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:
createCollectionBatchLoaderin interfaceorg.hibernate.loader.ast.spi.BatchLoaderFactory
-