Uses of Interface
org.hibernate.search.engine.backend.document.IndexObjectFieldReference
-
-
Uses of IndexObjectFieldReference in org.hibernate.search.backend.elasticsearch.document.impl
Classes in org.hibernate.search.backend.elasticsearch.document.impl that implement IndexObjectFieldReference Modifier and Type Class Description classElasticsearchIndexObjectFieldReferenceMethods in org.hibernate.search.backend.elasticsearch.document.impl with parameters of type IndexObjectFieldReference Modifier and Type Method Description voidElasticsearchDocumentObjectBuilder. addNullObject(IndexObjectFieldReference fieldReference)DocumentElementElasticsearchDocumentObjectBuilder. addObject(IndexObjectFieldReference fieldReference) -
Uses of IndexObjectFieldReference in org.hibernate.search.backend.lucene.document.impl
Classes in org.hibernate.search.backend.lucene.document.impl that implement IndexObjectFieldReference Modifier and Type Class Description classLuceneIndexObjectFieldReference -
Uses of IndexObjectFieldReference in org.hibernate.search.engine.backend.document
Methods in org.hibernate.search.engine.backend.document with parameters of type IndexObjectFieldReference Modifier and Type Method Description voidDocumentElement. addNullObject(IndexObjectFieldReference fieldReference)Add anullobject to the referenced field in this document element.DocumentElementDocumentElement. addObject(IndexObjectFieldReference fieldReference)Add a new object to a field in this document element. -
Uses of IndexObjectFieldReference in org.hibernate.search.engine.backend.document.model.dsl.spi
Methods in org.hibernate.search.engine.backend.document.model.dsl.spi that return IndexObjectFieldReference Modifier and Type Method Description IndexObjectFieldReferenceIndexObjectFieldBuilder. toReference() -
Uses of IndexObjectFieldReference in org.hibernate.search.engine.backend.document.spi
Methods in org.hibernate.search.engine.backend.document.spi with parameters of type IndexObjectFieldReference Modifier and Type Method Description voidNoOpDocumentElement. addNullObject(IndexObjectFieldReference fieldReference)DocumentElementNoOpDocumentElement. addObject(IndexObjectFieldReference fieldReference) -
Uses of IndexObjectFieldReference in org.hibernate.search.engine.mapper.mapping.building.spi
Methods in org.hibernate.search.engine.mapper.mapping.building.spi that return types with arguments of type IndexObjectFieldReference Modifier and Type Method Description Collection<IndexObjectFieldReference>IndexedEmbeddedBindingContext. parentIndexObjectReferences() -
Uses of IndexObjectFieldReference in org.hibernate.search.mapper.pojo.processing.building.impl
Method parameters in org.hibernate.search.mapper.pojo.processing.building.impl with type arguments of type IndexObjectFieldReference Modifier and Type Method Description protected abstract PojoIndexingProcessor<T>AbstractPojoIndexingProcessorTypeNodeBuilder. doBuild(Collection<IndexObjectFieldReference> parentIndexObjectReferences, PojoIndexingProcessor<? super U> nested)protected PojoIndexingProcessor<T>PojoIndexingProcessorCastedTypeNodeBuilder. doBuild(Collection<IndexObjectFieldReference> parentIndexObjectReferences, PojoIndexingProcessor<? super U> nested)protected PojoIndexingProcessor<T>PojoIndexingProcessorOriginalTypeNodeBuilder. doBuild(Collection<IndexObjectFieldReference> parentIndexObjectReferences, PojoIndexingProcessor<? super T> nested)Constructor parameters in org.hibernate.search.mapper.pojo.processing.building.impl with type arguments of type IndexObjectFieldReference Constructor Description AbstractPojoIndexingProcessorTypeNodeBuilder(PojoMappingHelper mappingHelper, IndexBindingContext bindingContext, PojoIdentityMappingCollector identityMappingCollector, Collection<IndexObjectFieldReference> parentIndexObjectReferences)PojoIndexingProcessorCastedTypeNodeBuilder(BoundPojoModelPathCastedTypeNode<T,U> modelPath, PojoMappingHelper mappingHelper, IndexBindingContext bindingContext, PojoIdentityMappingCollector identityMappingCollector, Collection<IndexObjectFieldReference> parentIndexObjectReferences)PojoIndexingProcessorOriginalTypeNodeBuilder(BoundPojoModelPathTypeNode<T> modelPath, PojoMappingHelper mappingHelper, IndexBindingContext bindingContext, PojoIdentityMappingCollector identityMappingCollector, Collection<IndexObjectFieldReference> parentIndexObjectReferences) -
Uses of IndexObjectFieldReference in org.hibernate.search.mapper.pojo.processing.impl
Constructor parameters in org.hibernate.search.mapper.pojo.processing.impl with type arguments of type IndexObjectFieldReference Constructor Description PojoIndexingProcessorCastedTypeNode(PojoCaster<? super U> caster, Iterable<IndexObjectFieldReference> parentIndexObjectReferences, PojoIndexingProcessor<? super U> nested, boolean isEntityType)PojoIndexingProcessorOriginalTypeNode(Iterable<IndexObjectFieldReference> parentIndexObjectReferences, PojoIndexingProcessor<? super T> nested, boolean isEntityType)
-