Class PojoDocumentContributor<E>
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.work.impl.PojoDocumentContributor<E>
-
- Type Parameters:
E- The entity type mapped to the index.
- All Implemented Interfaces:
DocumentContributor
public final class PojoDocumentContributor<E> extends Object implements DocumentContributor
-
-
Constructor Summary
Constructors Constructor Description PojoDocumentContributor(PojoRawTypeIdentifier<E> typeIdentifier, String entityName, PojoIndexingProcessor<E> processor, PojoWorkSessionContext sessionContext, PojoIndexingProcessorRootContext processorContext, Object identifier, Supplier<E> entitySupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontribute(DocumentElement state)
-
-
-
Constructor Detail
-
PojoDocumentContributor
public PojoDocumentContributor(PojoRawTypeIdentifier<E> typeIdentifier, String entityName, PojoIndexingProcessor<E> processor, PojoWorkSessionContext sessionContext, PojoIndexingProcessorRootContext processorContext, Object identifier, Supplier<E> entitySupplier)
-
-
Method Detail
-
contribute
public void contribute(DocumentElement state)
- Specified by:
contributein interfaceDocumentContributor
-
-