Uses of Class
com.arangodb.entity.EdgeUpdateEntity
-
Packages that use EdgeUpdateEntity Package Description com.arangodb -
-
Uses of EdgeUpdateEntity in com.arangodb
Methods in com.arangodb that return EdgeUpdateEntity Modifier and Type Method Description EdgeUpdateEntity
ArangoEdgeCollection. replaceEdge(String key, Object value)
Replaces the edge with key with the one in the body, provided there is such a edge and no precondition is violatedEdgeUpdateEntity
ArangoEdgeCollection. replaceEdge(String key, Object value, EdgeReplaceOptions options)
Replaces the edge with key with the one in the body, provided there is such a edge and no precondition is violatedEdgeUpdateEntity
ArangoEdgeCollection. updateEdge(String key, Object value)
Partially updates the edge identified by document-key.EdgeUpdateEntity
ArangoEdgeCollection. updateEdge(String key, Object value, EdgeUpdateOptions options)
Partially updates the edge identified by document-key.
-