Uses of Class
com.arangodb.entity.VertexUpdateEntity
-
Packages that use VertexUpdateEntity Package Description com.arangodb -
-
Uses of VertexUpdateEntity in com.arangodb
Methods in com.arangodb that return VertexUpdateEntity Modifier and Type Method Description VertexUpdateEntityArangoVertexCollection. 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 violatedVertexUpdateEntityArangoVertexCollection. 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 violatedVertexUpdateEntityArangoVertexCollection. updateVertex(String key, Object value)Partially updates the vertex identified by document-key.VertexUpdateEntityArangoVertexCollection. updateVertex(String key, Object value, VertexUpdateOptions options)Partially updates the vertex identified by document-key.
-