Uses of Class
com.arangodb.model.DocumentCreateOptions
-
Packages that use DocumentCreateOptions Package Description com.arangodb com.arangodb.model -
-
Uses of DocumentCreateOptions in com.arangodb
Methods in com.arangodb with parameters of type DocumentCreateOptions Modifier and Type Method Description <T> DocumentCreateEntity<T>ArangoCollection. insertDocument(T value, DocumentCreateOptions options)Creates a new document from the given document, unless there is already a document with the _key given.<T> DocumentCreateEntity<T>ArangoCollection. insertDocument(T value, DocumentCreateOptions options, Class<T> type)Creates a new document from the given document, unless there is already a document with the _key given.MultiDocumentEntity<DocumentCreateEntity<RawData>>ArangoCollection. insertDocuments(RawData values, DocumentCreateOptions options)Creates new documents from the given documents, unless there is already a document with the _key given.MultiDocumentEntity<DocumentCreateEntity<Void>>ArangoCollection. insertDocuments(Collection<?> values, DocumentCreateOptions options)Creates new documents from the given documents, unless there is already a document with the _key given.<T> MultiDocumentEntity<DocumentCreateEntity<T>>ArangoCollection. insertDocuments(Collection<? extends T> values, DocumentCreateOptions options, Class<T> type)Creates new documents from the given documents, unless there is already a document with the _key given. -
Uses of DocumentCreateOptions in com.arangodb.model
Methods in com.arangodb.model that return DocumentCreateOptions Modifier and Type Method Description DocumentCreateOptionsDocumentCreateOptions. keepNull(Boolean keepNull)DocumentCreateOptionsDocumentCreateOptions. mergeObjects(Boolean mergeObjects)Only considered ifoverwriteMode(OverwriteMode)is set toOverwriteMode.updateDocumentCreateOptionsDocumentCreateOptions. overwriteMode(OverwriteMode overwriteMode)DocumentCreateOptionsDocumentCreateOptions. refillIndexCaches(Boolean refillIndexCaches)DocumentCreateOptionsDocumentCreateOptions. returnNew(Boolean returnNew)DocumentCreateOptionsDocumentCreateOptions. returnOld(Boolean returnOld)DocumentCreateOptionsDocumentCreateOptions. silent(Boolean silent)DocumentCreateOptionsDocumentCreateOptions. streamTransactionId(String streamTransactionId)DocumentCreateOptionsDocumentCreateOptions. waitForSync(Boolean waitForSync)
-