Package | Description |
---|---|
com.arangodb | |
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 |
---|---|
DocumentCreateOptions |
DocumentCreateOptions.returnNew(Boolean returnNew) |
DocumentCreateOptions |
DocumentCreateOptions.waitForSync(Boolean waitForSync) |
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.