Package | Description |
---|---|
com.arangodb | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
<T> T |
ArangoDatabase.getDocument(String id,
Class<T> type,
DocumentReadOptions options)
Reads a single document
|
<T> T |
ArangoCollection.getDocument(String key,
Class<T> type,
DocumentReadOptions options)
Retrieves the document with the given
key from the collection. |
<T> MultiDocumentEntity<T> |
ArangoCollection.getDocuments(Collection<String> keys,
Class<T> type,
DocumentReadOptions options)
Retrieves multiple documents with the given
_key from the collection. |
<T> T |
ArangoEdgeCollection.getEdge(String key,
Class<T> type,
DocumentReadOptions options)
Fetches an existing edge
|
<T> T |
ArangoVertexCollection.getVertex(String key,
Class<T> type,
DocumentReadOptions options)
Retrieves the vertex document with the given
key from the collection. |
Modifier and Type | Method and Description |
---|---|
DocumentReadOptions |
DocumentReadOptions.allowDirtyRead(Boolean allowDirtyRead) |
DocumentReadOptions |
DocumentReadOptions.catchException(boolean catchException) |
DocumentReadOptions |
DocumentReadOptions.ifMatch(String ifMatch) |
DocumentReadOptions |
DocumentReadOptions.ifNoneMatch(String ifNoneMatch) |
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.