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> TArangoCollection. getDocument(String key, Class<T> type, DocumentReadOptions options)Retrieves the document with the givenkeyfrom 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_keyfrom 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 DocumentReadOptionsDocumentReadOptions. allowDirtyRead(Boolean allowDirtyRead)DocumentReadOptionsDocumentReadOptions. ifMatch(String ifMatch)DocumentReadOptionsDocumentReadOptions. ifNoneMatch(String ifNoneMatch)
-