Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal |
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<String> keys)
Removes multiple document
|
<T> MultiDocumentEntity<DocumentDeleteEntity<T>> |
ArangoCollection.deleteDocuments(Collection<String> keys,
Class<T> type,
DocumentDeleteOptions options)
Removes multiple document
|
Modifier and Type | Method and Description |
---|---|
<T> ArangoExecutor.ResponseDeserializer<DocumentDeleteEntity<T>> |
InternalArangoCollection.deleteDocumentResponseDeserializer(Class<T> type) |
<T> ArangoExecutor.ResponseDeserializer<MultiDocumentEntity<DocumentDeleteEntity<T>>> |
InternalArangoCollection.deleteDocumentsResponseDeserializer(Class<T> type) |
Copyright © 2016 ArangoDB GmbH. All rights reserved.