diff --git a/README.textile b/README.textile index 1ed0d4cf0..40bb79d31 100644 --- a/README.textile +++ b/README.textile @@ -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 +
 @NodeEntity
 class Person {