Spring Data 项目的目的是为了简化构建基于 Spring 框架应用的数据访问计数,包括非关系数据库、Map-Reduce 框架、云数据服务等等;另外也包含对关系数据库的访问支持。
Spring Data 1.0.0 M3 版本发布了,增加了对 Neo4j 的支持。
主要内容包括:
- update to Neo4j-1.3.M03, AspectJ 1.6.11.M2
- added explicit support for detachable entities
- added bean validation support for property changes
- added external transaction manager support (XA and one phase commit best effort)
- added xml namespace configuration
- simplified Spring Java Config configuration class
- added automatic numerical indexing and range queries
- added full featured Neo4jTemplate
- all methods introduced to entities are now generified
暂无更多评论