Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
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,U> DocumentUpdateEntity<U> |
ArangoCollection.updateDocument(String key,
T value,
DocumentUpdateOptions options,
Class<U> returnType)
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.
|
<T,U> MultiDocumentEntity<DocumentUpdateEntity<U>> |
ArangoCollection.updateDocuments(Collection<T> values,
DocumentUpdateOptions options,
Class<U> returnType)
Partially updates documents, the documents to update are specified by the _key attributes in the objects on
values.
|
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<DocumentUpdateEntity<T>> |
ArangoCollectionAsync.updateDocument(String key,
T value,
DocumentUpdateOptions options)
Partially updates the document identified by document-key.
|
<T,U> CompletableFuture<DocumentUpdateEntity<U>> |
ArangoCollectionAsync.updateDocument(String key,
T value,
DocumentUpdateOptions options,
Class<U> returnType)
Partially updates the document identified by document-key.
|
<T> CompletableFuture<MultiDocumentEntity<DocumentUpdateEntity<T>>> |
ArangoCollectionAsync.updateDocuments(Collection<T> values,
DocumentUpdateOptions options)
Partially updates documents, the documents to update are specified by the _key attributes in the objects on
values.
|
<T,U> CompletableFuture<MultiDocumentEntity<DocumentUpdateEntity<U>>> |
ArangoCollectionAsync.updateDocuments(Collection<T> values,
DocumentUpdateOptions options,
Class<U> returnType)
Partially updates documents, the documents to update are specified by the _key attributes in the objects on
values.
|
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<DocumentUpdateEntity<T>> |
ArangoCollectionAsyncImpl.updateDocument(String key,
T value,
DocumentUpdateOptions options) |
<T,U> CompletableFuture<DocumentUpdateEntity<U>> |
ArangoCollectionAsyncImpl.updateDocument(String key,
T value,
DocumentUpdateOptions options,
Class<U> returnType) |
<T> CompletableFuture<MultiDocumentEntity<DocumentUpdateEntity<T>>> |
ArangoCollectionAsyncImpl.updateDocuments(Collection<T> values,
DocumentUpdateOptions options) |
<T,U> CompletableFuture<MultiDocumentEntity<DocumentUpdateEntity<U>>> |
ArangoCollectionAsyncImpl.updateDocuments(Collection<T> values,
DocumentUpdateOptions options,
Class<U> returnType) |
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.refillIndexCaches(Boolean refillIndexCaches) |
DocumentUpdateOptions |
DocumentUpdateOptions.returnNew(Boolean returnNew) |
DocumentUpdateOptions |
DocumentUpdateOptions.returnOld(Boolean returnOld) |
DocumentUpdateOptions |
DocumentUpdateOptions.serializeNull(Boolean serializeNull) |
DocumentUpdateOptions |
DocumentUpdateOptions.silent(Boolean silent) |
DocumentUpdateOptions |
DocumentUpdateOptions.streamTransactionId(String streamTransactionId) |
DocumentUpdateOptions |
DocumentUpdateOptions.waitForSync(Boolean waitForSync) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.