Updated README

This commit is contained in:
David Montag
2011-04-18 15:14:45 -07:00
parent 29da57dd96
commit 711ad2bfdd

View File

@@ -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 {