Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ブループリントで Neo4jGraph を使用していますが、API からさらに Neo4j 固有のメソッドを使用するにはどうすればよいですか?
以下を使用して、基礎となる Neo4j インスタンスを取得する必要があります。
blueprintsGraph.getRawGraph()
を返しますGraphDatabaseService。getRawVertex()Vertex、Edge、Index 、getRawEdge()およびそれぞれにも、同様の「生の」メソッドがありgetRawIndex()ます。
GraphDatabaseService
getRawVertex()
getRawEdge()
getRawIndex()