在java对象使用Neo4j的图表
资 源 简 介
Notice: This project currently leads to annotation hell. I am thinking of reimplementing this using fluent interfaces from a superclass, or / and moving it to scala. A mapper that maps objects to a Neo4j graph, like an object-relational mapper maps objects to a relational database. But there are some differences: This mapper offers more than traditional orms since it uses neo4j underlying graph to manage relationships for you: When your entities have a parent-child relationship, adding a child to the parent automatically sets the parent in the child. Instead of the traditional load-store cycle normally used in mapping, the ogrm approach is to intercept calls to the entities and synchronize the entity with the underlying storage mechanism right away. This is possible since neo4j is running in process, and its caching mechanism makes it seem like the underlying data is in memory all the time.
网址:在java对象使用Neo4j的图表 http://c.mxgxt.com/news/view/535507
相关内容
利用图数据库neo4j搭建娱乐圈知识图谱Win系统安装Neo4j
Neo4j实战应用构建明星关系图谱
使用Java实现的社交网络分析技术介绍
java使用google开源工具实现图片压缩
Java编程视角下的艺人形象:如何用代码塑造独特风采
【Java】大明星类会唱跳rap,如何使用动态代理为其增强功能,扩展类的行为今天学习Java的动态代理,我们来探讨动态代
Java面向对象系列(7)
Java
关于neo4j图数据库笔记四