Interface and Description |
---|
com.arangodb.springframework.core.convert.DBEntity
Will be removed in 3.0.0, please use
DocumentEntity instead |
Class and Description |
---|
com.arangodb.springframework.core.convert.DBCollectionEntity
Will be removed in 3.0.0
|
Annotation Type and Description |
---|
com.arangodb.springframework.annotation.Key
Represents the document field
_key . Will be removed in 3.0.0, please use
Id then instead. |
com.arangodb.springframework.annotation.Param |
Method and Description |
---|
com.arangodb.springframework.core.convert.DBDocumentEntity.add(Object)
Will be removed in 3.0.0
|
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–2018 ArangoDB GmbH. All rights reserved.