Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.model |
Modifier and Type | Method and 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> MultiDocumentEntity<DocumentCreateEntity<T>> |
ArangoCollection.insertDocuments(Collection<T> values,
DocumentCreateOptions options)
Creates new documents from the given documents, unless there is already a document with the _key given.
|
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<DocumentCreateEntity<T>> |
ArangoCollectionAsync.insertDocument(T value,
DocumentCreateOptions options)
Creates a new document from the given document, unless there is already a document with the _key given.
|
<T> CompletableFuture<MultiDocumentEntity<DocumentCreateEntity<T>>> |
ArangoCollectionAsync.insertDocuments(Collection<T> values,
DocumentCreateOptions options)
Creates new documents from the given documents, unless there is already a document with the _key given.
|
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<DocumentCreateEntity<T>> |
ArangoCollectionAsyncImpl.insertDocument(T value,
DocumentCreateOptions options) |
<T> CompletableFuture<MultiDocumentEntity<DocumentCreateEntity<T>>> |
ArangoCollectionAsyncImpl.insertDocuments(Collection<T> values,
DocumentCreateOptions options) |
Modifier and Type | Method and Description |
---|---|
DocumentCreateOptions |
DocumentCreateOptions.mergeObjects(Boolean mergeObjects) |
DocumentCreateOptions |
DocumentCreateOptions.overwrite(Boolean overwrite) |
DocumentCreateOptions |
DocumentCreateOptions.overwriteMode(OverwriteMode overwriteMode) |
DocumentCreateOptions |
DocumentCreateOptions.returnNew(Boolean returnNew) |
DocumentCreateOptions |
DocumentCreateOptions.returnOld(Boolean returnOld) |
DocumentCreateOptions |
DocumentCreateOptions.silent(Boolean silent) |
DocumentCreateOptions |
DocumentCreateOptions.streamTransactionId(String streamTransactionId) |
DocumentCreateOptions |
DocumentCreateOptions.waitForSync(Boolean waitForSync) |
Copyright © 2016–2020 ArangoDB GmbH. All rights reserved.