Uses of Interface
org.hibernate.loader.ast.spi.CollectionBatchLoader
Packages that use CollectionBatchLoader
-
Uses of CollectionBatchLoader in org.hibernate.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement CollectionBatchLoaderModifier and TypeClassDescriptionclass
class
CollectionBatchLoader
using a SQLARRAY
parameter to pass the key values.class
CollectionBatchLoader
for batch fetching using a SQLIN
predicate.Methods in org.hibernate.loader.ast.internal that return CollectionBatchLoaderModifier and TypeMethodDescriptionStandardBatchLoaderFactory.createCollectionBatchLoader
(int domainBatchSize, LoadQueryInfluencers influencers, PluralAttributeMapping attributeMapping, SessionFactoryImplementor factory) -
Uses of CollectionBatchLoader in org.hibernate.loader.ast.spi
Methods in org.hibernate.loader.ast.spi that return CollectionBatchLoaderModifier and TypeMethodDescriptionBatchLoaderFactory.createCollectionBatchLoader
(int domainBatchSize, LoadQueryInfluencers influencers, PluralAttributeMapping attributeMapping, SessionFactoryImplementor factory) Create a BatchLoader for batch-loadable collections.