Uses of Interface
org.hibernate.loader.ast.spi.EntityBatchLoader
Packages that use EntityBatchLoader
-
Uses of EntityBatchLoader in org.hibernate.loader.ast.spi
Methods in org.hibernate.loader.ast.spi that return EntityBatchLoaderModifier and TypeMethodDescription<T> EntityBatchLoader
<T> BatchLoaderFactory.createEntityBatchLoader
(int domainBatchSize, EntityMappingType entityDescriptor, LoadQueryInfluencers loadQueryInfluencers) Create a BatchLoader for batch-loadable entities.default <T> EntityBatchLoader
<T> BatchLoaderFactory.createEntityBatchLoader
(int domainBatchSize, EntityMappingType entityDescriptor, SessionFactoryImplementor factory) Deprecated, for removal: This API element is subject to removal in a future version.
BatchLoaderFactory.createEntityBatchLoader(int, EntityMappingType, LoadQueryInfluencers)
instead