Uses of Class
com.arangodb.model.DocumentReadOptions
Packages that use DocumentReadOptions
-
Uses of DocumentReadOptions in com.arangodb
Methods in com.arangodb with parameters of type DocumentReadOptionsModifier and TypeMethodDescription<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 DocumentReadOptionsModifier and TypeMethodDescriptionDocumentReadOptions.allowDirtyRead(Boolean allowDirtyRead) DocumentReadOptions.ifNoneMatch(String ifNoneMatch)