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
CollectionBatchLoaderfor batch fetching using a SQLINpredicate.
-
-
Constructor Summary
Constructors Constructor Description CollectionBatchLoaderInPredicate(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 Detail
-
CollectionBatchLoaderInPredicate
public CollectionBatchLoaderInPredicate(int domainBatchSize, LoadQueryInfluencers influencers, PluralAttributeMapping attributeMapping, SessionFactoryImplementor sessionFactory)
-
-