Uses of Class
com.arangodb.model.DocumentUpdateOptions
-
Packages that use DocumentUpdateOptions Package Description com.arangodb com.arangodb.model -
-
Uses of DocumentUpdateOptions in com.arangodb
Methods in com.arangodb with parameters of type DocumentUpdateOptions Modifier and Type Method Description <T> DocumentUpdateEntity<T>ArangoCollection. updateDocument(String key, Object value, DocumentUpdateOptions options, Class<T> returnType)Partially updates the document identified by document-key.<T> DocumentUpdateEntity<T>ArangoCollection. updateDocument(String key, T value, DocumentUpdateOptions options)Partially updates the document identified by document-key.MultiDocumentEntity<DocumentUpdateEntity<RawData>>ArangoCollection. updateDocuments(RawData values, DocumentUpdateOptions options)Partially updates documents, the documents to update are specified by the _key attributes in the objects on values.MultiDocumentEntity<DocumentUpdateEntity<Void>>ArangoCollection. updateDocuments(Collection<?> values, DocumentUpdateOptions options)Partially updates documents, the documents to update are specified by the _key attributes in the objects on values.<T> MultiDocumentEntity<DocumentUpdateEntity<T>>ArangoCollection. updateDocuments(Collection<?> values, DocumentUpdateOptions options, Class<T> returnType)Partially updates documents, the documents to update are specified by the _key attributes in the objects on values. -
Uses of DocumentUpdateOptions in com.arangodb.model
Methods in com.arangodb.model that return DocumentUpdateOptions Modifier and Type Method Description DocumentUpdateOptionsDocumentUpdateOptions. ifMatch(String ifMatch)DocumentUpdateOptionsDocumentUpdateOptions. ignoreRevs(Boolean ignoreRevs)DocumentUpdateOptionsDocumentUpdateOptions. keepNull(Boolean keepNull)DocumentUpdateOptionsDocumentUpdateOptions. mergeObjects(Boolean mergeObjects)DocumentUpdateOptionsDocumentUpdateOptions. refillIndexCaches(Boolean refillIndexCaches)DocumentUpdateOptionsDocumentUpdateOptions. returnNew(Boolean returnNew)DocumentUpdateOptionsDocumentUpdateOptions. returnOld(Boolean returnOld)DocumentUpdateOptionsDocumentUpdateOptions. silent(Boolean silent)DocumentUpdateOptionsDocumentUpdateOptions. streamTransactionId(String streamTransactionId)DocumentUpdateOptionsDocumentUpdateOptions. waitForSync(Boolean waitForSync)
-