开发者

How can I store references to Java objects in Neo4j?

开发者 https://www.devze.com 2023-02-25 00:12 出处:网络
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 setPrope

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

精彩评论

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