| Package | Description |
|---|---|
| com.graphdbapi.driver |
| Modifier and Type | Method and Description |
|---|---|
List<ResponseItem<Vertex>> |
Graph.updateVertexes(List<VertexInfoById> list)
批量更新点。通过点id更新点。如果已存在,则会比较属性值。
结果按传入顺序构成集合,集合中包含更新后的点信息和错误信息。通过
ResponseItem.isError()方法判断操作是否失败。 |
Copyright © 2024. All rights reserved.