| Class and Description |
|---|
com.arangodb.springframework.config.AbstractArangoConfiguration
ArangoConfiguration provides default methods and can be
implemented directly without the need of this class. |
| Method and Description |
|---|
| com.arangodb.springframework.core.ArangoOperations.upsert(Iterable<T>, ArangoOperations.UpsertStrategy)
use
#repsert(Iterable) instead |
| com.arangodb.springframework.core.ArangoOperations.upsert(T, ArangoOperations.UpsertStrategy)
use
ArangoOperations.repsert(Object) instead |
Copyright © 2017–2020 ArangoDB GmbH. All rights reserved.