Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.internal |
Modifier and Type | Method and Description |
---|---|
DocumentCreateEntity<Void> |
ArangoCollection.insertDocument(Object 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.
|
<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.
|
Modifier and Type | Method and Description |
---|---|
MultiDocumentEntity<DocumentCreateEntity<Void>> |
ArangoCollection.insertDocuments(Collection<?> 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.
|
<T> MultiDocumentEntity<DocumentCreateEntity<T>> |
ArangoCollection.insertDocuments(Collection<T> values,
DocumentCreateOptions options,
Class<T> type)
Creates new documents from the given documents, unless there is already a document with the _key given.
|
MultiDocumentEntity<DocumentCreateEntity<Void>> |
ArangoCollection.insertDocuments(RawData values)
Creates new documents from the given documents, unless there is already a document with the _key given.
|
MultiDocumentEntity<DocumentCreateEntity<RawData>> |
ArangoCollection.insertDocuments(RawData 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 |
---|---|
CompletableFuture<DocumentCreateEntity<Void>> |
ArangoCollectionAsync.insertDocument(Object 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<DocumentCreateEntity<T>> |
ArangoCollectionAsync.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.
|
CompletableFuture<MultiDocumentEntity<DocumentCreateEntity<Void>>> |
ArangoCollectionAsync.insertDocuments(Collection<?> 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.
|
<T> CompletableFuture<MultiDocumentEntity<DocumentCreateEntity<T>>> |
ArangoCollectionAsync.insertDocuments(Collection<T> values,
DocumentCreateOptions options,
Class<T> type)
Creates new documents from the given documents, unless there is already a document with the _key given.
|
CompletableFuture<MultiDocumentEntity<DocumentCreateEntity<Void>>> |
ArangoCollectionAsync.insertDocuments(RawData values)
Creates new documents from the given documents, unless there is already a document with the _key given.
|
CompletableFuture<MultiDocumentEntity<DocumentCreateEntity<RawData>>> |
ArangoCollectionAsync.insertDocuments(RawData 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 |
---|---|
DocumentCreateEntity<Void> |
ArangoCollectionImpl.insertDocument(Object value) |
<T> DocumentCreateEntity<T> |
ArangoCollectionImpl.insertDocument(T value,
DocumentCreateOptions options) |
<T> DocumentCreateEntity<T> |
ArangoCollectionImpl.insertDocument(T value,
DocumentCreateOptions options,
Class<T> type) |
Modifier and Type | Method and Description |
---|---|
MultiDocumentEntity<DocumentCreateEntity<Void>> |
ArangoCollectionImpl.insertDocuments(Collection<?> values) |
<T> MultiDocumentEntity<DocumentCreateEntity<T>> |
ArangoCollectionImpl.insertDocuments(Collection<T> values,
DocumentCreateOptions options) |
<T> MultiDocumentEntity<DocumentCreateEntity<T>> |
ArangoCollectionImpl.insertDocuments(Collection<T> values,
DocumentCreateOptions options,
Class<T> type) |
MultiDocumentEntity<DocumentCreateEntity<Void>> |
ArangoCollectionImpl.insertDocuments(RawData values) |
MultiDocumentEntity<DocumentCreateEntity<RawData>> |
ArangoCollectionImpl.insertDocuments(RawData values,
DocumentCreateOptions options) |
protected <T> ArangoExecutor.ResponseDeserializer<MultiDocumentEntity<DocumentCreateEntity<T>>> |
InternalArangoCollection.insertDocumentsResponseDeserializer(Class<T> userDataClass) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.