Uses of Interface
org.hibernate.search.mapper.pojo.loading.spi.PojoLoadingTypeContext
Packages that use PojoLoadingTypeContext
-
Uses of PojoLoadingTypeContext in org.hibernate.search.mapper.pojo.loading.spi
Methods in org.hibernate.search.mapper.pojo.loading.spi that return PojoLoadingTypeContextModifier and TypeMethodDescription<E> PojoLoadingTypeContext<E> PojoLoadingTypeContextProvider.forExactType(PojoRawTypeIdentifier<E> typeIdentifier) Methods in org.hibernate.search.mapper.pojo.loading.spi with parameters of type PojoLoadingTypeContextModifier and TypeMethodDescriptionbooleanPojoMassLoadingStrategy.groupingAllowed(PojoLoadingTypeContext<? extends E> type, PojoMassLoadingContext context) Method parameters in org.hibernate.search.mapper.pojo.loading.spi with type arguments of type PojoLoadingTypeContextModifier and TypeMethodDescriptionPojoMassLoadingStrategy.createEntityLoader(Set<? extends PojoLoadingTypeContext<? extends E>> expectedTypes, PojoMassEntityLoadingContext<E> context) PojoSelectionLoadingStrategy.createEntityLoader(Set<? extends PojoLoadingTypeContext<? extends E>> expectedTypes, PojoSelectionLoadingContext context) PojoMassLoadingStrategy.createIdentifierLoader(Set<? extends PojoLoadingTypeContext<? extends E>> expectedTypes, PojoMassIdentifierLoadingContext<I> context)