Uses of Interface
org.hibernate.search.mapper.pojo.scope.impl.PojoScopeIndexedTypeContext
-
Packages that use PojoScopeIndexedTypeContext Package Description org.hibernate.search.mapper.pojo.mapping.impl org.hibernate.search.mapper.pojo.scope.impl -
-
Uses of PojoScopeIndexedTypeContext in org.hibernate.search.mapper.pojo.mapping.impl
Classes in org.hibernate.search.mapper.pojo.mapping.impl that implement PojoScopeIndexedTypeContext Modifier and Type Class Description classPojoIndexedTypeManager<I,E>Methods in org.hibernate.search.mapper.pojo.mapping.impl that return types with arguments of type PojoScopeIndexedTypeContext Modifier and Type Method Description <E> Optional<? extends Set<? extends PojoScopeIndexedTypeContext<?,? extends E>>>PojoTypeManagerContainer. allIndexedForSuperType(PojoRawTypeIdentifier<E> typeIdentifier) -
Uses of PojoScopeIndexedTypeContext in org.hibernate.search.mapper.pojo.scope.impl
Methods in org.hibernate.search.mapper.pojo.scope.impl that return PojoScopeIndexedTypeContext Modifier and Type Method Description <E> PojoScopeIndexedTypeContext<?,E>PojoScopeTypeContextProvider. indexedForExactType(PojoRawTypeIdentifier<E> typeIdentifier)Methods in org.hibernate.search.mapper.pojo.scope.impl that return types with arguments of type PojoScopeIndexedTypeContext Modifier and Type Method Description <E> Optional<? extends Set<? extends PojoScopeIndexedTypeContext<?,? extends E>>>PojoScopeTypeContextProvider. allIndexedForSuperType(PojoRawTypeIdentifier<E> typeIdentifier)
-