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 classAbstractCollectionBatchLoaderclassCollectionBatchLoaderArrayParamCollectionBatchLoader using a SQL ARRAY parameter to pass the key valuesclassCollectionBatchLoaderInPredicateCollectionLoader for batch fetching using a SQL IN predicateMethods in org.hibernate.loader.ast.internal that return CollectionBatchLoader Modifier and Type Method Description CollectionBatchLoaderStandardBatchLoaderFactory. 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 CollectionBatchLoaderBatchLoaderFactory. createCollectionBatchLoader(int domainBatchSize, LoadQueryInfluencers influencers, PluralAttributeMapping attributeMapping, SessionFactoryImplementor factory)Create a BatchLoader for batch-loadable collections.
-