| Package | Description |
|---|---|
| com.arangodb.springframework.core | |
| com.arangodb.springframework.core.template |
| Modifier and Type | Method and Description |
|---|---|
static ArangoOperations.UpsertStrategy |
ArangoOperations.UpsertStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArangoOperations.UpsertStrategy[] |
ArangoOperations.UpsertStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ArangoOperations.upsert(Iterable<T> value,
ArangoOperations.UpsertStrategy strategy)
Deprecated.
use
#repsert(Iterable) instead |
<T> void |
ArangoOperations.upsert(T value,
ArangoOperations.UpsertStrategy strategy)
Deprecated.
use
ArangoOperations.repsert(Object) instead |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ArangoTemplate.upsert(Iterable<T> value,
ArangoOperations.UpsertStrategy strategy) |
<T> void |
ArangoTemplate.upsert(T value,
ArangoOperations.UpsertStrategy strategy) |
Copyright © 2017–2020 ArangoDB GmbH. All rights reserved.