Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal |
Modifier and Type | Method and Description |
---|---|
<T> DocumentCreateEntity<T> |
ArangoCollection.insertDocument(T value)
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)
Creates a new document from the given document, unless there is already a document with the _key given.
|
Modifier and Type | Method and Description |
---|---|
<T> MultiDocumentEntity<DocumentCreateEntity<T>> |
ArangoCollection.insertDocuments(Collection<T> values)
Creates new documents from the given documents, 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)
Creates a new document from the given document, unless there is already a document with the _key given.
|
<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)
Creates new documents from the given documents, 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) |
<T> CompletableFuture<DocumentCreateEntity<T>> |
ArangoCollectionAsyncImpl.insertDocument(T value,
DocumentCreateOptions options) |
<T> CompletableFuture<MultiDocumentEntity<DocumentCreateEntity<T>>> |
ArangoCollectionAsyncImpl.insertDocuments(Collection<T> values) |
<T> CompletableFuture<MultiDocumentEntity<DocumentCreateEntity<T>>> |
ArangoCollectionAsyncImpl.insertDocuments(Collection<T> values,
DocumentCreateOptions options) |
Copyright © 2016–2019 ArangoDB GmbH. All rights reserved.