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.orm.loading.impl
Classes in org.hibernate.search.mapper.orm.loading.impl that implement PojoSelectionLoadingStrategyModifier and TypeClassDescriptionclassclassclass -
Uses of PojoSelectionLoadingStrategy in org.hibernate.search.mapper.orm.loading.spi
Subinterfaces of PojoSelectionLoadingStrategy in org.hibernate.search.mapper.orm.loading.spi -
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() -
Uses of PojoSelectionLoadingStrategy in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl that return PojoSelectionLoadingStrategyModifier and TypeMethodDescriptionPojoSelectionLoadingStrategy<? super E>AbstractPojoTypeManager.selectionLoadingStrategy()Methods in org.hibernate.search.mapper.pojo.mapping.impl that return types with arguments of type PojoSelectionLoadingStrategyModifier and TypeMethodDescriptionOptional<PojoSelectionLoadingStrategy<? super E>>AbstractPojoTypeManager.selectionLoadingStrategyOptional() -
Uses of PojoSelectionLoadingStrategy in org.infinispan.search.mapper.search.loading.context.impl
Classes in org.infinispan.search.mapper.search.loading.context.impl that implement PojoSelectionLoadingStrategy