Uses of Interface
org.hibernate.search.mapper.pojo.loading.spi.PojoLoadingTypeContext
-
Packages that use PojoLoadingTypeContext Package Description org.hibernate.search.mapper.pojo.loading.spi -
-
Uses of PojoLoadingTypeContext in org.hibernate.search.mapper.pojo.loading.spi
Methods in org.hibernate.search.mapper.pojo.loading.spi with parameters of type PojoLoadingTypeContext Modifier and Type Method Description <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 PojoLoadingTypeContext Modifier and Type Method Description PojoSelectionEntityLoader<E>
PojoSelectionLoadingStrategy. createLoader(Set<? extends PojoLoadingTypeContext<? extends E>> expectedTypes)
-