Uses of Interface
org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingStrategy
Packages that use PojoSelectionLoadingStrategy
Package
Description
-
Uses of PojoSelectionLoadingStrategy in org.hibernate.search.mapper.pojo.loading.definition.spi
Methods in org.hibernate.search.mapper.pojo.loading.definition.spi with parameters of type PojoSelectionLoadingStrategyModifier and TypeMethodDescription<E> voidPojoEntityLoadingBindingContext.selectionLoadingStrategy(Class<E> expectedEntitySuperType, PojoSelectionLoadingStrategy<? super E> strategy) -
Uses of PojoSelectionLoadingStrategy in org.hibernate.search.mapper.pojo.loading.spi
Methods in org.hibernate.search.mapper.pojo.loading.spi that return PojoSelectionLoadingStrategyModifier and TypeMethodDescriptionPojoSelectionLoadingStrategy<? super E> PojoLoadingTypeContext.selectionLoadingStrategy()Methods in org.hibernate.search.mapper.pojo.loading.spi that return types with arguments of type PojoSelectionLoadingStrategyModifier and TypeMethodDescriptionOptional<PojoSelectionLoadingStrategy<? super E>> PojoLoadingTypeContext.selectionLoadingStrategyOptional()