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> TArangoDatabase. getDocument(String id, Class<T> type, DocumentReadOptions options)Reads a single document<T> MultiDocumentEntity<T>ArangoCollection. getDocuments(Collection<String> keys, Class<T> type, DocumentReadOptions options)Retrieves multiple documents with the given_keyfrom the collection. -
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)DocumentReadOptionsDocumentReadOptions. streamTransactionId(String streamTransactionId)
-