Uses of Interface
org.hibernate.search.mapper.pojo.scope.impl.PojoScopeTypeContextProvider
-
Packages that use PojoScopeTypeContextProvider Package Description org.hibernate.search.mapper.pojo.mapping.impl org.hibernate.search.mapper.pojo.scope.impl org.hibernate.search.mapper.pojo.work.impl -
-
Uses of PojoScopeTypeContextProvider in org.hibernate.search.mapper.pojo.mapping.impl
Classes in org.hibernate.search.mapper.pojo.mapping.impl that implement PojoScopeTypeContextProvider Modifier and Type Class Description classPojoTypeManagerContainer -
Uses of PojoScopeTypeContextProvider in org.hibernate.search.mapper.pojo.scope.impl
Methods in org.hibernate.search.mapper.pojo.scope.impl with parameters of type PojoScopeTypeContextProvider Modifier and Type Method Description static <R extends EntityReference,E,C>
PojoScopeDelegate<R,E,C>PojoScopeDelegateImpl. create(PojoScopeMappingContext mappingContext, PojoScopeTypeContextProvider typeContextProvider, Collection<? extends PojoRawTypeIdentifier<? extends E>> targetedTypes, 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 PojoScopeTypeContextProvider Constructor Description SearchIndexingPlanFilterContextImpl(PojoScopeTypeContextProvider contextProvider)
-