Uses of Interface
org.hibernate.search.mapper.pojo.scope.spi.PojoScopeTypeExtendedContextProvider
Packages that use PojoScopeTypeExtendedContextProvider
-
Uses of PojoScopeTypeExtendedContextProvider in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type PojoScopeTypeExtendedContextProviderModifier and TypeMethodDescription<R,C> Optional<PojoScopeDelegate<R, Object, C>> PojoMappingDelegate.createPojoAllScope(PojoScopeMappingContext mappingContext, PojoScopeTypeExtendedContextProvider<Object, C> indexedTypeExtendedContextProvider) <R,E, C> PojoScopeDelegate<R, E, C> PojoMappingDelegate.createPojoScope(PojoScopeMappingContext mappingContext, Collection<? extends PojoRawTypeIdentifier<? extends E>> targetedTypes, PojoScopeTypeExtendedContextProvider<E, C> indexedTypeExtendedContextProvider)