Uses of Interface
org.hibernate.search.mapper.pojo.scope.impl.PojoScopeTypeContextProvider
Packages that use PojoScopeTypeContextProvider
Package
Description
-
Uses of PojoScopeTypeContextProvider in org.hibernate.search.mapper.pojo.mapping.impl
Classes in org.hibernate.search.mapper.pojo.mapping.impl that implement PojoScopeTypeContextProvider -
Uses of PojoScopeTypeContextProvider in org.hibernate.search.mapper.pojo.scope.impl
Methods in org.hibernate.search.mapper.pojo.scope.impl with parameters of type PojoScopeTypeContextProviderModifier and TypeMethodDescriptionstatic <R extends EntityReference,E, C>
PojoScopeDelegate<R,E, C> PojoScopeDelegateImpl.create(PojoScopeMappingContext mappingContext, PojoScopeTypeContextProvider typeContextProvider, Set<? extends PojoScopeIndexedTypeContext<?, ? extends E>> targetedTypeContexts, PojoScopeTypeExtendedContextProvider<E, C> indexedTypeExtendedContextProvider) -
Uses of PojoScopeTypeContextProvider in org.hibernate.search.mapper.pojo.work.impl
Constructors in org.hibernate.search.mapper.pojo.work.impl with parameters of type PojoScopeTypeContextProviderModifierConstructorDescriptionSearchIndexingPlanFilterContextImpl(PojoScopeTypeContextProvider contextProvider)