Uses of Interface
org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingStrategy
-
Packages that use PojoSelectionLoadingStrategy Package Description org.hibernate.search.mapper.pojo.loading.spi -
-
Uses of PojoSelectionLoadingStrategy in org.hibernate.search.mapper.pojo.loading.spi
Methods in org.hibernate.search.mapper.pojo.loading.spi that return PojoSelectionLoadingStrategy Modifier and Type Method Description <T> PojoSelectionLoadingStrategy<? super T>PojoSelectionLoadingContext. loadingStrategy(PojoLoadingTypeContext<T> type)Methods in org.hibernate.search.mapper.pojo.loading.spi that return types with arguments of type PojoSelectionLoadingStrategy Modifier and Type Method Description <T> Optional<PojoSelectionLoadingStrategy<? super T>>PojoSelectionLoadingContext. loadingStrategyOptional(PojoLoadingTypeContext<T> type)
-