我在Java中使用OrientDB的Graph API時遇到了問題。 問題: 檢索頂點(?OrientVertex或頂點)從持久本地圖形數據庫與多個頂點的邊通過控制檯創建/。 所以對,我已經能夠從我現在想查詢數據庫是使用 graph = factory.getTx();
String string = String.format("select * from V where name like
假設我有下面的簡單圖。 我看到遍歷該圖表 選項1 我可以使用由Graph類 Graph factory = ...
factory.getVertices("type", "Response");
選項2提供了下列API的兩種方式 我也可以用GremlinPipeline API作爲記錄here Graph g = ... // a reference to a Blueprints gra