Class MultiNaturalIdLoadingBatcher
java.lang.Object
org.hibernate.loader.ast.internal.MultiNaturalIdLoadingBatcher
Batch support for natural-id multi loading
-
Constructor Summary
ConstructorsConstructorDescriptionMultiNaturalIdLoadingBatcher
(EntityMappingType entityDescriptor, ModelPart restrictedPart, int batchSize, org.hibernate.loader.ast.internal.MultiNaturalIdLoadingBatcher.KeyValueResolver keyValueResolver, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, SessionFactoryImplementor sessionFactory) -
Method Summary
Modifier and TypeMethodDescription<E> List<E>
multiLoad
(Object[] naturalIdValues, MultiNaturalIdLoadOptions options, SharedSessionContractImplementor session)
-
Constructor Details
-
MultiNaturalIdLoadingBatcher
public MultiNaturalIdLoadingBatcher(EntityMappingType entityDescriptor, ModelPart restrictedPart, int batchSize, org.hibernate.loader.ast.internal.MultiNaturalIdLoadingBatcher.KeyValueResolver keyValueResolver, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, SessionFactoryImplementor sessionFactory)
-
-
Method Details