Uses of Interface
org.hibernate.loader.ast.spi.CollectionBatchLoader
-
Packages that use CollectionBatchLoader Package Description org.hibernate.loader.ast.spi -
-
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.
-