Uses of Interface
org.hibernate.search.mapper.pojo.loading.spi.PojoMassLoadingContext
Packages that use PojoMassLoadingContext
Package
Description
-
Uses of PojoMassLoadingContext in org.hibernate.search.mapper.orm.loading.impl
Subinterfaces of PojoMassLoadingContext in org.hibernate.search.mapper.orm.loading.implMethods in org.hibernate.search.mapper.orm.loading.impl with parameters of type PojoMassLoadingContextModifier and TypeMethodDescriptionfinal booleanAbstractHibernateOrmLoadingStrategy.groupingAllowed(PojoLoadingTypeContext<? extends E> type, PojoMassLoadingContext context) -
Uses of PojoMassLoadingContext in org.hibernate.search.mapper.orm.massindexing.impl
Classes in org.hibernate.search.mapper.orm.massindexing.impl that implement PojoMassLoadingContext -
Uses of PojoMassLoadingContext in org.hibernate.search.mapper.pojo.loading.spi
Methods in org.hibernate.search.mapper.pojo.loading.spi that return PojoMassLoadingContextModifier and TypeMethodDescriptionPojoMassEntityLoadingContext.parent()PojoMassIdentifierLoadingContext.parent()Methods in org.hibernate.search.mapper.pojo.loading.spi with parameters of type PojoMassLoadingContextModifier and TypeMethodDescriptionbooleanPojoMassLoadingStrategy.groupingAllowed(PojoLoadingTypeContext<? extends E> type, PojoMassLoadingContext context) -
Uses of PojoMassLoadingContext in org.hibernate.search.mapper.pojo.massindexing.impl
Methods in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type PojoMassLoadingContextModifier and TypeMethodDescriptionstatic List<PojoMassIndexingIndexedTypeGroup<?>>PojoMassIndexingIndexedTypeGroup.disjoint(PojoMassIndexingMappingContext mappingContext, PojoMassIndexingTypeContextProvider typeContextProvider, Set<? extends PojoMassIndexingIndexedTypeContext<?>> indexedTypeContexts, PojoMassLoadingContext loadingContext) Group indexed types by their closest common supertype, ensuring returned groups are disjoint (i.e.no two groups have any common indexed subtype among those provided) . -
Uses of PojoMassLoadingContext in org.hibernate.search.mapper.pojo.massindexing.spi
Subinterfaces of PojoMassLoadingContext in org.hibernate.search.mapper.pojo.massindexing.spiModifier and TypeInterfaceDescriptioninterfaceContextual information about a mass indexing proccess.