Class ReactiveAbstractCollectionBatchLoader
java.lang.Object
org.hibernate.reactive.loader.ast.internal.ReactiveAbstractCollectionBatchLoader
- All Implemented Interfaces:
org.hibernate.loader.ast.spi.BatchLoader,org.hibernate.loader.ast.spi.CollectionBatchLoader,org.hibernate.loader.ast.spi.CollectionLoader,org.hibernate.loader.ast.spi.Loader,org.hibernate.loader.ast.spi.MultiKeyLoader,ReactiveCollectionLoader,ReactiveCollectionBatchLoader
- Direct Known Subclasses:
ReactiveCollectionBatchLoaderArrayParam,ReactiveCollectionBatchLoaderInPredicate
public abstract class ReactiveAbstractCollectionBatchLoader
extends Object
implements ReactiveCollectionBatchLoader
- See Also:
-
AbstractCollectionBatchLoader
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveAbstractCollectionBatchLoader(int domainBatchSize, org.hibernate.engine.spi.LoadQueryInfluencers influencers, org.hibernate.metamodel.mapping.PluralAttributeMapping attributeMapping, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfinishInitializingKey(Object key, org.hibernate.engine.spi.SharedSessionContractImplementor session) intorg.hibernate.engine.spi.LoadQueryInfluencersintorg.hibernate.metamodel.mapping.PluralAttributeMappingorg.hibernate.engine.spi.SessionFactoryImplementorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.reactive.loader.ast.internal.ReactiveCollectionLoader
load, reactiveLoad
-
Constructor Details
-
ReactiveAbstractCollectionBatchLoader
public ReactiveAbstractCollectionBatchLoader(int domainBatchSize, org.hibernate.engine.spi.LoadQueryInfluencers influencers, org.hibernate.metamodel.mapping.PluralAttributeMapping attributeMapping, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)
-
-
Method Details
-
getDomainBatchSize
public int getDomainBatchSize()- Specified by:
getDomainBatchSizein interfaceorg.hibernate.loader.ast.spi.BatchLoader
-
getLoadable
public org.hibernate.metamodel.mapping.PluralAttributeMapping getLoadable()- Specified by:
getLoadablein interfaceorg.hibernate.loader.ast.spi.CollectionLoader- Specified by:
getLoadablein interfaceorg.hibernate.loader.ast.spi.Loader- Specified by:
getLoadablein interfaceReactiveCollectionLoader
-
getInfluencers
public org.hibernate.engine.spi.LoadQueryInfluencers getInfluencers() -
getSessionFactory
public org.hibernate.engine.spi.SessionFactoryImplementor getSessionFactory() -
getKeyJdbcCount
public int getKeyJdbcCount()
-