Uses of Interface
org.hibernate.search.engine.backend.document.IndexObjectFieldReference
Packages that use IndexObjectFieldReference
Package
Description
-
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