Uses of Interface
org.hibernate.search.mapper.pojo.automaticindexing.impl.PojoImplicitReindexingResolver
-
-
Uses of PojoImplicitReindexingResolver in org.hibernate.search.mapper.pojo.automaticindexing.building.impl
Methods in org.hibernate.search.mapper.pojo.automaticindexing.building.impl that return PojoImplicitReindexingResolver Modifier and Type Method Description <T> PojoImplicitReindexingResolver<T>PojoImplicitReindexingResolverBuildingHelper. build(PojoRawTypeModel<T> typeModel)Methods in org.hibernate.search.mapper.pojo.automaticindexing.building.impl that return types with arguments of type PojoImplicitReindexingResolver Modifier and Type Method Description <T> Optional<PojoImplicitReindexingResolver<T>>PojoImplicitReindexingResolverBuildingHelper. buildOptional(PojoRawTypeModel<T> typeModel) -
Uses of PojoImplicitReindexingResolver in org.hibernate.search.mapper.pojo.automaticindexing.impl
Classes in org.hibernate.search.mapper.pojo.automaticindexing.impl that implement PojoImplicitReindexingResolver Modifier and Type Class Description classPojoImplicitReindexingResolverImpl<T> -
Uses of PojoImplicitReindexingResolver in org.hibernate.search.mapper.pojo.mapping.impl
Fields in org.hibernate.search.mapper.pojo.mapping.impl declared as PojoImplicitReindexingResolver Modifier and Type Field Description protected PojoImplicitReindexingResolver<E>AbstractPojoTypeManager. reindexingResolverMethods in org.hibernate.search.mapper.pojo.mapping.impl that return PojoImplicitReindexingResolver Modifier and Type Method Description PojoImplicitReindexingResolver<E>AbstractPojoTypeManager. reindexingResolver()Constructors in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type PojoImplicitReindexingResolver Constructor Description AbstractPojoTypeManager(String entityName, PojoRawTypeIdentifier<E> typeIdentifier, PojoCaster<E> caster, boolean singleConcreteTypeInEntityHierarchy, IdentifierMappingImplementor<I,E> identifierMapping, PojoPathOrdinals pathOrdinals, PojoImplicitReindexingResolver<E> reindexingResolver)PojoContainedTypeManager(String entityName, PojoRawTypeIdentifier<E> typeIdentifier, PojoCaster<E> caster, boolean singleConcreteTypeInEntityHierarchy, IdentifierMappingImplementor<I,E> identifierMapping, PojoPathOrdinals pathOrdinals, PojoImplicitReindexingResolver<E> reindexingResolver)PojoIndexedTypeManager(String entityName, PojoRawTypeIdentifier<E> typeIdentifier, PojoCaster<E> caster, boolean singleConcreteTypeInEntityHierarchy, IdentifierMappingImplementor<I,E> identifierMapping, DocumentRouter<? super E> documentRouter, PojoPathOrdinals pathOrdinals, PojoIndexingProcessor<E> processor, MappedIndexManager indexManager, PojoImplicitReindexingResolver<E> reindexingResolver) -
Uses of PojoImplicitReindexingResolver in org.hibernate.search.mapper.pojo.work.impl
Methods in org.hibernate.search.mapper.pojo.work.impl that return PojoImplicitReindexingResolver Modifier and Type Method Description PojoImplicitReindexingResolver<E>PojoWorkTypeContext. reindexingResolver()
-