Uses of Class
com.arangodb.entity.VertexUpdateEntity
Packages that use VertexUpdateEntity
-
Uses of VertexUpdateEntity in com.arangodb
Methods in com.arangodb that return VertexUpdateEntityModifier and TypeMethodDescriptionArangoVertexCollection.replaceVertex(String key, Object value) Replaces the vertex with key with the one in the body, provided there is such a vertex and no precondition is violatedArangoVertexCollection.replaceVertex(String key, Object value, VertexReplaceOptions options) Replaces the vertex with key with the one in the body, provided there is such a vertex and no precondition is violatedArangoVertexCollection.updateVertex(String key, Object value) Partially updates the vertex identified by document-key.ArangoVertexCollection.updateVertex(String key, Object value, VertexUpdateOptions options) Partially updates the vertex identified by document-key.Methods in com.arangodb that return types with arguments of type VertexUpdateEntityModifier and TypeMethodDescriptionArangoVertexCollectionAsync.replaceVertex(String key, Object value) Asynchronous version ofArangoVertexCollection.replaceVertex(String, Object)ArangoVertexCollectionAsync.replaceVertex(String key, Object value, VertexReplaceOptions options) Asynchronous version ofArangoVertexCollection.replaceVertex(String, Object, VertexReplaceOptions)ArangoVertexCollectionAsync.updateVertex(String key, Object value) Asynchronous version ofArangoVertexCollection.updateVertex(String, Object)ArangoVertexCollectionAsync.updateVertex(String key, Object value, VertexUpdateOptions options) Asynchronous version ofArangoVertexCollection.updateVertex(String, Object, VertexUpdateOptions)