Uses of Class
com.arangodb.model.DocumentReadOptions
-
Packages that use DocumentReadOptions Package Description com.arangodb com.arangodb.model -
-
Uses of DocumentReadOptions in com.arangodb
Methods in com.arangodb with parameters of type DocumentReadOptions Modifier and Type Method Description <T> T
ArangoCollection. getDocument(String key, Class<T> type, DocumentReadOptions options)
Retrieves the document with the givenkey
from the collection.<T> CompletableFuture<T>
ArangoCollectionAsync. getDocument(String key, Class<T> type, DocumentReadOptions options)
Asynchronous version ofArangoCollection.getDocument(String, Class, DocumentReadOptions)
<T> MultiDocumentEntity<T>
ArangoCollection. getDocuments(Iterable<String> keys, Class<T> type, DocumentReadOptions options)
Retrieves multiple documents with the given_key
from the collection.<T> CompletableFuture<MultiDocumentEntity<T>>
ArangoCollectionAsync. getDocuments(Iterable<String> keys, Class<T> type, DocumentReadOptions options)
Asynchronous version ofArangoCollection.getDocuments(Iterable, Class, DocumentReadOptions)
-
Uses of DocumentReadOptions in com.arangodb.model
Methods in com.arangodb.model that return DocumentReadOptions Modifier and Type Method Description DocumentReadOptions
DocumentReadOptions. allowDirtyRead(Boolean allowDirtyRead)
DocumentReadOptions
DocumentReadOptions. ifMatch(String ifMatch)
DocumentReadOptions
DocumentReadOptions. ifNoneMatch(String ifNoneMatch)
DocumentReadOptions
DocumentReadOptions. streamTransactionId(String streamTransactionId)
-