Class ReactiveCollectionBatchLoaderInPredicate
java.lang.Object
org.hibernate.reactive.loader.ast.internal.ReactiveAbstractCollectionBatchLoader
org.hibernate.reactive.loader.ast.internal.ReactiveCollectionBatchLoaderInPredicate
- 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
- See Also:
-
CollectionBatchLoaderInPredicate
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveCollectionBatchLoaderInPredicate(int domainBatchSize, org.hibernate.engine.spi.LoadQueryInfluencers influencers, org.hibernate.metamodel.mapping.PluralAttributeMapping attributeMapping, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory) -
Method Summary
Modifier and TypeMethodDescriptionCompletionStage<org.hibernate.collection.spi.PersistentCollection<?>>reactiveLoad(Object key, org.hibernate.engine.spi.SharedSessionContractImplementor session) Load a collection by its key (not necessarily the same as its owner's PK).Methods inherited from class org.hibernate.reactive.loader.ast.internal.ReactiveAbstractCollectionBatchLoader
finishInitializingKey, getDomainBatchSize, getInfluencers, getKeyJdbcCount, getLoadable, getSessionFactoryMethods 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
-
Constructor Details
-
ReactiveCollectionBatchLoaderInPredicate
public ReactiveCollectionBatchLoaderInPredicate(int domainBatchSize, org.hibernate.engine.spi.LoadQueryInfluencers influencers, org.hibernate.metamodel.mapping.PluralAttributeMapping attributeMapping, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)
-
-
Method Details