| Package | Description |
|---|---|
| com.arangodb | |
| com.arangodb.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 |
|---|---|
protected <T> ArangoExecutor.ResponseDeserializer<DocumentCreateEntity<T>> |
InternalArangoCollection.insertDocumentResponseDeserializer(T value) |
protected <T> ArangoExecutor.ResponseDeserializer<MultiDocumentEntity<DocumentCreateEntity<T>>> |
InternalArangoCollection.insertDocumentsResponseDeserializer(Collection<T> values,
DocumentCreateOptions params) |
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.