简体   繁体   中英

Neo4j Node creation from cypher query

I am using neo4j-jdbc to execute cypher queries to a server version of Neo4j graph database. Is there a way my returned objects are implementing the Node interface? Just like the ExecutionEngine does when is used with the Neo4jEmbeded

不,它们是地图,您可以通过返回以下内容来返回更多详细数据:

RETURN {id:id(n),labels:labels(n),data:n) AS node

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM