Uses of Class
org.hibernate.search.mapper.pojo.mapping.impl.PojoIndexedTypeManager
-
Packages that use PojoIndexedTypeManager Package Description org.hibernate.search.mapper.pojo.logging.impl org.hibernate.search.mapper.pojo.mapping.impl -
-
Uses of PojoIndexedTypeManager in org.hibernate.search.mapper.pojo.logging.impl
Methods in org.hibernate.search.mapper.pojo.logging.impl with parameters of type PojoIndexedTypeManager Modifier and Type Method Description 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 PojoIndexedTypeManager Modifier and Type Method Description <E> PojoIndexedTypeManager<?,E>PojoTypeManagerContainer. indexedForExactType(PojoRawTypeIdentifier<E> typeIdentifier)Methods in org.hibernate.search.mapper.pojo.mapping.impl that return types with arguments of type PojoIndexedTypeManager Modifier and Type Method Description Optional<PojoIndexedTypeManager<I,E>>AbstractPojoTypeManager. asIndexed()Optional<PojoIndexedTypeManager<I,E>>PojoIndexedTypeManager. asIndexed()Methods in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type PojoIndexedTypeManager Modifier and Type Method Description <E> voidPojoTypeManagerContainer.Builder. addIndexed(PojoRawTypeModel<E> typeModel, PojoIndexedTypeManager<?,E> typeManager)
-