Uses of Interface
org.hibernate.search.engine.backend.document.IndexObjectFieldReference
Packages that use IndexObjectFieldReference
Package
Description
-
Uses of IndexObjectFieldReference in org.hibernate.search.backend.elasticsearch.document.impl
Classes in org.hibernate.search.backend.elasticsearch.document.impl that implement IndexObjectFieldReferenceMethods in org.hibernate.search.backend.elasticsearch.document.impl with parameters of type IndexObjectFieldReferenceModifier and TypeMethodDescriptionvoidElasticsearchDocumentObjectBuilder.addNullObject(IndexObjectFieldReference fieldReference) ElasticsearchDocumentObjectBuilder.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 -
Uses of IndexObjectFieldReference in org.hibernate.search.engine.backend.document
Methods in org.hibernate.search.engine.backend.document with parameters of type IndexObjectFieldReferenceModifier and TypeMethodDescriptionvoidDocumentElement.addNullObject(IndexObjectFieldReference fieldReference) Add anullobject to the referenced field in this document element.DocumentElement.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 -
Uses of IndexObjectFieldReference in org.hibernate.search.engine.backend.document.spi
Methods in org.hibernate.search.engine.backend.document.spi with parameters of type IndexObjectFieldReferenceModifier and TypeMethodDescriptionvoidNoOpDocumentElement.addNullObject(IndexObjectFieldReference fieldReference) NoOpDocumentElement.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 -
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 IndexObjectFieldReferenceModifier and TypeMethodDescriptionprotected 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 IndexObjectFieldReferenceModifierConstructorDescriptionAbstractPojoIndexingProcessorTypeNodeBuilder(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 IndexObjectFieldReferenceModifierConstructorDescriptionPojoIndexingProcessorCastedTypeNode(PojoCaster<? super U> caster, Iterable<IndexObjectFieldReference> parentIndexObjectReferences, PojoIndexingProcessor<? super U> nested, boolean isEntityType) PojoIndexingProcessorOriginalTypeNode(Iterable<IndexObjectFieldReference> parentIndexObjectReferences, PojoIndexingProcessor<? super T> nested, boolean isEntityType)