Interface DocumentPatchBuilder

All Superinterfaces:
DocumentMetadataPatchBuilder

public interface DocumentPatchBuilderextends DocumentMetadataPatchBuilder
A DocumentPatchBuilder specifies changes to the metadata, content, or both of a database document. You can only change content for a JSON or XML document. Paths selecting existing fragments for changes must be specified in JSONPath for JSON documents and in XPath for XML documents. Values can be supplied as a Java primitive or autoboxed equivalent. Fragments can be supplied as a string or as an object with a toString() method that provides the serialized fragment.