Uses of Interface
org.hibernate.search.mapper.pojo.processing.spi.PojoIndexingProcessorRootContext
-
-
Uses of PojoIndexingProcessorRootContext in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type PojoIndexingProcessorRootContext Modifier and Type Method Description PojoDocumentContributor<E>PojoIndexedTypeManager. toDocumentContributor(PojoWorkSessionContext sessionContext, PojoIndexingProcessorRootContext processorContext, I identifier, Supplier<E> entitySupplier) -
Uses of PojoIndexingProcessorRootContext in org.hibernate.search.mapper.pojo.processing.impl
Methods in org.hibernate.search.mapper.pojo.processing.impl with parameters of type PojoIndexingProcessorRootContext Modifier and Type Method Description abstract voidPojoIndexingProcessor. process(DocumentElement target, T source, PojoIndexingProcessorRootContext context)voidPojoIndexingProcessorCastedTypeNode. process(DocumentElement target, T source, PojoIndexingProcessorRootContext context)voidPojoIndexingProcessorContainerElementNode. process(DocumentElement target, C source, PojoIndexingProcessorRootContext context)voidPojoIndexingProcessorMultiNode. process(DocumentElement target, T source, PojoIndexingProcessorRootContext context)voidPojoIndexingProcessorOriginalTypeNode. process(DocumentElement target, T source, PojoIndexingProcessorRootContext context)voidPojoIndexingProcessorPropertyBridgeNode. process(DocumentElement target, P source, PojoIndexingProcessorRootContext context)voidPojoIndexingProcessorPropertyNode. process(DocumentElement target, T source, PojoIndexingProcessorRootContext context)voidPojoIndexingProcessorTypeBridgeNode. process(DocumentElement target, T source, PojoIndexingProcessorRootContext context)voidPojoIndexingProcessorValueBridgeNode. process(DocumentElement target, V source, PojoIndexingProcessorRootContext context) -
Uses of PojoIndexingProcessorRootContext in org.hibernate.search.mapper.pojo.work.impl
Classes in org.hibernate.search.mapper.pojo.work.impl that implement PojoIndexingProcessorRootContext Modifier and Type Class Description classPojoIndexingPlanImplclassPojoTypeIndexer<I,E>Methods in org.hibernate.search.mapper.pojo.work.impl with parameters of type PojoIndexingProcessorRootContext Modifier and Type Method Description PojoDocumentContributor<E>PojoWorkIndexedTypeContext. toDocumentContributor(PojoWorkSessionContext sessionContext, PojoIndexingProcessorRootContext processorContext, I identifier, Supplier<E> entitySupplier)Constructors in org.hibernate.search.mapper.pojo.work.impl with parameters of type PojoIndexingProcessorRootContext Constructor Description PojoDocumentContributor(PojoRawTypeIdentifier<E> typeIdentifier, String entityName, PojoIndexingProcessor<E> processor, PojoWorkSessionContext sessionContext, PojoIndexingProcessorRootContext processorContext, Object identifier, Supplier<E> entitySupplier)
-