Uses of Class
com.arangodb.model.DocumentCreateOptions
Packages that use DocumentCreateOptions
-
Uses of DocumentCreateOptions in com.arangodb
Methods in com.arangodb with parameters of type DocumentCreateOptionsModifier and TypeMethodDescription<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.ArangoCollectionAsync.insertDocument(T value, DocumentCreateOptions options) Asynchronous version ofArangoCollection.insertDocument(Object, DocumentCreateOptions)ArangoCollectionAsync.insertDocument(T value, DocumentCreateOptions options, Class<T> type) Asynchronous version ofArangoCollection.insertDocument(Object, DocumentCreateOptions, Class)ArangoCollection.insertDocuments(RawData values, DocumentCreateOptions options) Creates new documents from the given documents, unless there is already a document with the _key given.ArangoCollection.insertDocuments(Iterable<?> values, DocumentCreateOptions options) Creates new documents from the given documents, unless there is already a document with the _key given.ArangoCollection.insertDocuments(Iterable<? 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.ArangoCollectionAsync.insertDocuments(RawData values, DocumentCreateOptions options) Asynchronous version ofArangoCollection.insertDocuments(RawData, DocumentCreateOptions)ArangoCollectionAsync.insertDocuments(Iterable<?> values, DocumentCreateOptions options) Asynchronous version ofArangoCollection.insertDocuments(Iterable, DocumentCreateOptions)ArangoCollectionAsync.insertDocuments(Iterable<? extends T> values, DocumentCreateOptions options, Class<T> type) Asynchronous version ofArangoCollection.insertDocuments(Iterable, DocumentCreateOptions, Class) -
Uses of DocumentCreateOptions in com.arangodb.model
Methods in com.arangodb.model that return DocumentCreateOptionsModifier and TypeMethodDescriptionDocumentCreateOptions.mergeObjects(Boolean mergeObjects) Only considered ifoverwriteMode(OverwriteMode)is set toOverwriteMode.updateDocumentCreateOptions.overwriteMode(OverwriteMode overwriteMode) DocumentCreateOptions.refillIndexCaches(Boolean refillIndexCaches) DocumentCreateOptions.versionAttribute(String versionAttribute) Only applicable ifoverwriteMode(OverwriteMode)is set toOverwriteMode.updateorOverwriteMode.replace.DocumentCreateOptions.waitForSync(Boolean waitForSync)