Uses of Interface
org.hibernate.search.mapper.pojo.scope.impl.PojoScopeIndexedTypeContext
Packages that use PojoScopeIndexedTypeContext
Package
Description
-
Uses of PojoScopeIndexedTypeContext in org.hibernate.search.mapper.pojo.mapping.impl
Classes in org.hibernate.search.mapper.pojo.mapping.impl that implement PojoScopeIndexedTypeContext -
Uses of PojoScopeIndexedTypeContext in org.hibernate.search.mapper.pojo.scope.impl
Methods in org.hibernate.search.mapper.pojo.scope.impl that return PojoScopeIndexedTypeContextModifier and TypeMethodDescription<E> PojoScopeIndexedTypeContext<?,E> PojoScopeTypeContextProvider.indexedForExactType(PojoRawTypeIdentifier<E> typeIdentifier) Methods in org.hibernate.search.mapper.pojo.scope.impl that return types with arguments of type PojoScopeIndexedTypeContextModifier and TypeMethodDescription<E> Optional<? extends Set<? extends PojoScopeIndexedTypeContext<?,? extends E>>> PojoScopeTypeContextProvider.indexedForSuperType(PojoRawTypeIdentifier<E> typeIdentifier) <E> Set<? extends PojoScopeIndexedTypeContext<?,? extends E>> PojoScopeTypeContextProvider.indexedForSuperTypes(Collection<? extends PojoRawTypeIdentifier<? extends E>> typeIdentifiers) Method parameters in org.hibernate.search.mapper.pojo.scope.impl with type arguments of type PojoScopeIndexedTypeContextModifier 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)