Uses of Class
org.hibernate.search.mapper.pojo.mapping.impl.PojoIndexedTypeManager
Packages that use PojoIndexedTypeManager
Package
Description
-
Uses of PojoIndexedTypeManager in org.hibernate.search.mapper.pojo.logging.impl
Methods in org.hibernate.search.mapper.pojo.logging.impl with parameters of type PojoIndexedTypeManagerModifier and TypeMethodDescriptionfinal voidLog_$logger.indexedTypeManager(PojoRawTypeModel<?> typeModel, PojoIndexedTypeManager<?, ?> typeManager) voidLog.indexedTypeManager(PojoRawTypeModel<?> typeModel, PojoIndexedTypeManager<?, ?> typeManager) -
Uses of PojoIndexedTypeManager in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl that return PojoIndexedTypeManagerModifier and TypeMethodDescriptionPojoIndexedTypeManager.Builder.build()<E> PojoIndexedTypeManager<?,E> PojoTypeManagerContainer.indexedForExactType(PojoRawTypeIdentifier<E> typeIdentifier) Methods in org.hibernate.search.mapper.pojo.mapping.impl that return types with arguments of type PojoIndexedTypeManagerModifier and TypeMethodDescriptionAbstractPojoTypeManager.asIndexed()PojoIndexedTypeManager.asIndexed()PojoTypeManagerContainer.indexedByEntityName()<E> Optional<? extends Set<? extends PojoIndexedTypeManager<?,? extends E>>> PojoTypeManagerContainer.indexedForSuperType(PojoRawTypeIdentifier<E> typeIdentifier) <T> Set<? extends PojoIndexedTypeManager<?,? extends T>> PojoTypeManagerContainer.indexedForSuperTypeClasses(Collection<? extends Class<? extends T>> classes) Set<? extends PojoIndexedTypeManager<?,?>> PojoTypeManagerContainer.indexedForSuperTypeEntityNames(Collection<String> entityNames) <E> Set<? extends PojoIndexedTypeManager<?,? extends E>> PojoTypeManagerContainer.indexedForSuperTypes(Collection<? extends PojoRawTypeIdentifier<? extends E>> typeIdentifiers)