Package | Description |
---|---|
com.arangodb | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
<T> DocumentDeleteEntity<T> |
ArangoCollection.deleteDocument(String key,
Class<T> type,
DocumentDeleteOptions options)
Deletes the document with the given
key from the collection. |
<T> MultiDocumentEntity<DocumentDeleteEntity<T>> |
ArangoCollection.deleteDocuments(Collection<?> values,
Class<T> type,
DocumentDeleteOptions options)
Deletes multiple documents from the collection.
|
Modifier and Type | Method and Description |
---|---|
DocumentDeleteOptions |
DocumentDeleteOptions.ifMatch(String ifMatch) |
DocumentDeleteOptions |
DocumentDeleteOptions.returnOld(Boolean returnOld) |
DocumentDeleteOptions |
DocumentDeleteOptions.silent(Boolean silent) |
DocumentDeleteOptions |
DocumentDeleteOptions.streamTransactionId(String streamTransactionId) |
DocumentDeleteOptions |
DocumentDeleteOptions.waitForSync(Boolean waitForSync) |
Copyright © 2016–2019 ArangoDB GmbH. All rights reserved.