Class CollectionBatchLoaderInPredicate
java.lang.Object
org.hibernate.loader.ast.internal.AbstractCollectionBatchLoader
org.hibernate.loader.ast.internal.CollectionBatchLoaderInPredicate
- All Implemented Interfaces:
BatchLoader
,CollectionBatchLoader
,CollectionLoader
,Loader
,MultiKeyLoader
,SqlArrayMultiKeyLoader
public class CollectionBatchLoaderInPredicate
extends AbstractCollectionBatchLoader
implements SqlArrayMultiKeyLoader
CollectionBatchLoader
for batch fetching using a SQL IN
predicate.-
Constructor Summary
ConstructorsConstructorDescriptionCollectionBatchLoaderInPredicate
(int domainBatchSize, LoadQueryInfluencers influencers, PluralAttributeMapping attributeMapping, SessionFactoryImplementor sessionFactory) -
Method Summary
Methods inherited from class org.hibernate.loader.ast.internal.AbstractCollectionBatchLoader
finishInitializingKey, getDomainBatchSize, getInfluencers, getKeyJdbcCount, getKeyType, getLoadable, getSessionFactory, load
-
Constructor Details
-
CollectionBatchLoaderInPredicate
public CollectionBatchLoaderInPredicate(int domainBatchSize, LoadQueryInfluencers influencers, PluralAttributeMapping attributeMapping, SessionFactoryImplementor sessionFactory)
-