开发者

How can I store references to Java objects in Neo4j?

How can I store references to Java objects in 开发者_JAVA技巧Neo4j?


Neo4j basically stores primitives like integers and strings. See the full reference on what can be stored in the apidocs for setProperty.


I managed to store objects into neo4j by first marshaling them to an XML (I'm using Xstream for that) and then unmarshaling when querying.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜