Uses of Interface
org.hibernate.loader.ast.spi.EntityBatchLoader
-
Packages that use EntityBatchLoader Package Description org.hibernate.loader.ast.spi -
-
Uses of EntityBatchLoader in org.hibernate.loader.ast.spi
Methods in org.hibernate.loader.ast.spi that return EntityBatchLoader Modifier and Type Method Description <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.
-