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 with parameters of type PojoLoadingTypeContextModifier and TypeMethodDescription<T> PojoSelectionLoadingStrategy<? super T>PojoSelectionLoadingContext.loadingStrategy(PojoLoadingTypeContext<T> type) <T> Optional<PojoSelectionLoadingStrategy<? super T>>PojoSelectionLoadingContext.loadingStrategyOptional(PojoLoadingTypeContext<T> type) Method parameters in org.hibernate.search.mapper.pojo.loading.spi with type arguments of type PojoLoadingTypeContextModifier and TypeMethodDescriptionPojoSelectionLoadingStrategy.createLoader(Set<? extends PojoLoadingTypeContext<? extends E>> expectedTypes)