Uses of Interface
org.hibernate.search.engine.backend.document.DocumentElement
Packages that use DocumentElement
Package
Description
-
Uses of DocumentElement in org.hibernate.search.engine.backend.document
Methods in org.hibernate.search.engine.backend.document that return DocumentElementModifier and TypeMethodDescriptionAdd a new object to a field in this document element.DocumentElement.addObject(IndexObjectFieldReference fieldReference) Add a new object to a field in this document element. -
Uses of DocumentElement in org.hibernate.search.engine.backend.document.spi
Classes in org.hibernate.search.engine.backend.document.spi that implement DocumentElementMethods in org.hibernate.search.engine.backend.document.spi that return DocumentElementModifier and TypeMethodDescriptionNoOpDocumentElement.addObject(IndexObjectFieldReference fieldReference) -
Uses of DocumentElement in org.hibernate.search.engine.backend.work.execution.spi
Methods in org.hibernate.search.engine.backend.work.execution.spi with parameters of type DocumentElement -
Uses of DocumentElement in org.hibernate.search.mapper.pojo.bridge
Methods in org.hibernate.search.mapper.pojo.bridge with parameters of type DocumentElementModifier and TypeMethodDescriptionvoidPropertyBridge.write(DocumentElement target, P bridgedElement, PropertyBridgeWriteContext context) Write to fields in the givenDocumentElement, using the givenbridgedElementas input and transforming it as necessary.voidTypeBridge.write(DocumentElement target, T bridgedElement, TypeBridgeWriteContext context) Write to fields in the givenDocumentElement, using the givenbridgedElementas input and transforming it as necessary. -
Uses of DocumentElement in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic
Methods in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic with parameters of type DocumentElementModifier and TypeMethodDescriptionvoidAlternativeValueBridge.write(DocumentElement target, D discriminator, P bridgedElement)