Package | Description |
---|---|
com.arangodb | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
<T> DocumentUpdateEntity<T> |
ArangoCollection.updateDocument(String key,
T value,
DocumentUpdateOptions options)
Partially updates the document identified by document-key.
|
<T> MultiDocumentEntity<DocumentUpdateEntity<T>> |
ArangoCollection.updateDocuments(Collection<T> values,
DocumentUpdateOptions options)
Partially updates documents, the documents to update are specified by the _key attributes in the objects on
values.
|
Modifier and Type | Method and Description |
---|---|
DocumentUpdateOptions |
DocumentUpdateOptions.ifMatch(String ifMatch) |
DocumentUpdateOptions |
DocumentUpdateOptions.ignoreRevs(Boolean ignoreRevs) |
DocumentUpdateOptions |
DocumentUpdateOptions.keepNull(Boolean keepNull) |
DocumentUpdateOptions |
DocumentUpdateOptions.mergeObjects(Boolean mergeObjects) |
DocumentUpdateOptions |
DocumentUpdateOptions.returnNew(Boolean returnNew) |
DocumentUpdateOptions |
DocumentUpdateOptions.returnOld(Boolean returnOld) |
DocumentUpdateOptions |
DocumentUpdateOptions.serializeNull(Boolean serializeNull) |
DocumentUpdateOptions |
DocumentUpdateOptions.waitForSync(Boolean waitForSync) |
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.