Package | Description |
---|---|
com.arangodb |
Modifier and Type | Method and Description |
---|---|
DocumentDeleteEntity<Void> |
ArangoCollection.deleteDocument(String key)
Removes a document
|
<T> DocumentDeleteEntity<T> |
ArangoCollection.deleteDocument(String key,
Class<T> type,
DocumentDeleteOptions options)
Removes a document
|
Modifier and Type | Method and Description |
---|---|
MultiDocumentEntity<DocumentDeleteEntity<Void>> |
ArangoCollection.deleteDocuments(Collection<?> values)
Removes multiple document
|
<T> MultiDocumentEntity<DocumentDeleteEntity<T>> |
ArangoCollection.deleteDocuments(Collection<?> values,
Class<T> type,
DocumentDeleteOptions options)
Removes multiple document
|
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.