Uses of Interface
org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingLoadingStrategy
-
-
Uses of PojoMassIndexingLoadingStrategy in org.hibernate.search.mapper.orm.massindexing.impl
Methods in org.hibernate.search.mapper.orm.massindexing.impl that return PojoMassIndexingLoadingStrategy Modifier and Type Method Description <T> PojoMassIndexingLoadingStrategy<? super T,?>HibernateOrmMassIndexingContext. loadingStrategy(PojoRawTypeIdentifier<T> expectedType) -
Uses of PojoMassIndexingLoadingStrategy in org.hibernate.search.mapper.pojo.massindexing.impl
Methods in org.hibernate.search.mapper.pojo.massindexing.impl that return PojoMassIndexingLoadingStrategy Modifier and Type Method Description PojoMassIndexingLoadingStrategy<E,?>PojoMassIndexingIndexedTypeGroup. loadingStrategy()Constructors in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type PojoMassIndexingLoadingStrategy Constructor Description PojoMassIndexingEntityIdentifierLoadingRunnable(PojoMassIndexingNotifier notifier, MassIndexingEnvironment environment, PojoMassIndexingIndexedTypeGroup<E> typeGroup, PojoMassIndexingLoadingStrategy<E,I> loadingStrategy, PojoProducerConsumerQueue<List<I>> identifierQueue, String tenantId)PojoMassIndexingEntityLoadingRunnable(PojoMassIndexingNotifier notifier, MassIndexingEnvironment environment, PojoMassIndexingIndexedTypeGroup<E> typeGroup, PojoMassIndexingLoadingStrategy<E,I> loadingStrategy, PojoProducerConsumerQueue<List<I>> identifierQueue, String tenantId) -
Uses of PojoMassIndexingLoadingStrategy in org.hibernate.search.mapper.pojo.massindexing.spi
Methods in org.hibernate.search.mapper.pojo.massindexing.spi that return PojoMassIndexingLoadingStrategy Modifier and Type Method Description <T> PojoMassIndexingLoadingStrategy<? super T,?>PojoMassIndexingContext. loadingStrategy(PojoRawTypeIdentifier<T> expectedType)
-