Uses of Interface
org.hibernate.search.mapper.pojo.loading.spi.PojoMassLoadingStrategy
Packages that use PojoMassLoadingStrategy
Package
Description
-
Uses of PojoMassLoadingStrategy in org.hibernate.search.mapper.orm.loading.impl
Classes in org.hibernate.search.mapper.orm.loading.impl that implement PojoMassLoadingStrategyModifier and TypeClassDescriptionclassclassclass -
Uses of PojoMassLoadingStrategy in org.hibernate.search.mapper.orm.loading.spi
Subinterfaces of PojoMassLoadingStrategy in org.hibernate.search.mapper.orm.loading.spi -
Uses of PojoMassLoadingStrategy in org.hibernate.search.mapper.pojo.loading.definition.spi
Methods in org.hibernate.search.mapper.pojo.loading.definition.spi with parameters of type PojoMassLoadingStrategyModifier and TypeMethodDescription<E> voidPojoEntityLoadingBindingContext.massLoadingStrategy(Class<E> expectedEntitySuperType, PojoMassLoadingStrategy<? super E, ?> strategy) -
Uses of PojoMassLoadingStrategy in org.hibernate.search.mapper.pojo.loading.spi
Methods in org.hibernate.search.mapper.pojo.loading.spi that return PojoMassLoadingStrategyModifier and TypeMethodDescriptionPojoMassLoadingStrategy<? super E,?> PojoLoadingTypeContext.massLoadingStrategy()Methods in org.hibernate.search.mapper.pojo.loading.spi that return types with arguments of type PojoMassLoadingStrategyModifier and TypeMethodDescriptionOptional<PojoMassLoadingStrategy<? super E,?>> PojoLoadingTypeContext.massLoadingStrategyOptional() -
Uses of PojoMassLoadingStrategy in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl that return PojoMassLoadingStrategyModifier and TypeMethodDescriptionPojoMassLoadingStrategy<? super E,?> AbstractPojoTypeManager.massLoadingStrategy()Methods in org.hibernate.search.mapper.pojo.mapping.impl that return types with arguments of type PojoMassLoadingStrategyModifier and TypeMethodDescriptionOptional<PojoMassLoadingStrategy<? super E,?>> AbstractPojoTypeManager.massLoadingStrategyOptional() -
Uses of PojoMassLoadingStrategy in org.hibernate.search.mapper.pojo.massindexing.impl
Methods in org.hibernate.search.mapper.pojo.massindexing.impl that return PojoMassLoadingStrategyConstructors in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type PojoMassLoadingStrategyModifierConstructorDescriptionPojoMassIndexingEntityIdentifierLoadingRunnable(PojoMassIndexingNotifier notifier, PojoMassIndexingContext massIndexingContext, MassIndexingEnvironment environment, PojoMassIndexingIndexedTypeGroup<E> typeGroup, PojoMassLoadingStrategy<E, I> loadingStrategy, PojoProducerConsumerQueue<List<I>> identifierQueue, String tenantId) protectedPojoMassIndexingEntityLoadingRunnable(PojoMassIndexingNotifier notifier, PojoMassIndexingContext massIndexingContext, MassIndexingEnvironment environment, PojoMassIndexingIndexedTypeGroup<E> typeGroup, PojoMassLoadingStrategy<E, I> loadingStrategy, PojoProducerConsumerQueue<List<I>> identifierQueue, String tenantId)