Updated README
This commit is contained in:
@@ -4,6 +4,8 @@ The primary goal of the "Spring Data":http://www.springsource.org/spring-data pr
|
||||
|
||||
The Spring Data Graph project provides a simplified POJO based programming model that reduces that amount of boilerplate code needed to create neo4j applications. It also provides a cross-store persistence solution that can extend existing JPA data models with new parts (properties, entities, relationships) that are stored exclusively in the graph while being transparently integrated with the JPA entities. This enables for easy and seamless addition of new features that were not available before to JPA-based applications.
|
||||
|
||||
h2. Example
|
||||
|
||||
<pre>
|
||||
@NodeEntity
|
||||
class Person {
|
||||
|
||||
Reference in New Issue
Block a user