Uses of Interface
org.hibernate.loader.ast.spi.CollectionBatchLoader
-
Packages that use CollectionBatchLoader Package Description org.hibernate.loader.ast.internal org.hibernate.loader.ast.spi -
-
Uses of CollectionBatchLoader in org.hibernate.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement CollectionBatchLoader Modifier and Type Class Description class
AbstractCollectionBatchLoader
class
CollectionBatchLoaderArrayParam
CollectionBatchLoader
using a SQLARRAY
parameter to pass the key values.class
CollectionBatchLoaderInPredicate
CollectionBatchLoader
for batch fetching using a SQLIN
predicate.Methods in org.hibernate.loader.ast.internal that return CollectionBatchLoader Modifier and Type Method Description CollectionBatchLoader
StandardBatchLoaderFactory. 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 CollectionBatchLoader Modifier and Type Method Description CollectionBatchLoader
BatchLoaderFactory. createCollectionBatchLoader(int domainBatchSize, LoadQueryInfluencers influencers, PluralAttributeMapping attributeMapping, SessionFactoryImplementor factory)
Create a BatchLoader for batch-loadable collections.
-