From 9de12766e442bf8bba0217964400ef345f8b6f58 Mon Sep 17 00:00:00 2001 From: Michael Hunger Date: Thu, 11 Aug 2011 16:20:51 +0200 Subject: [PATCH] documentation updates --- src/docbkx/reference/preface.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/docbkx/reference/preface.xml b/src/docbkx/reference/preface.xml index 16f7c9406..25238bfe8 100644 --- a/src/docbkx/reference/preface.xml +++ b/src/docbkx/reference/preface.xml @@ -30,7 +30,8 @@ visit the Neo4j Wiki. - +
+ Reference Documentation Overview The explanation of Spring Data Graphs programming model starts with some underlying details. The basic internal workings of Spring Data Graph are explained in the initial chapter about AspectJ . @@ -43,6 +44,10 @@ annotations allow you to declare how they should be processed and mapped to the graph. For property fields and references to other entities this is straightforward. + + To use advanced functionality like traversals, Cypher and Gremlin, a basic understanding of the graph data model is required. + The graph data model is explained in the chapter about Neo4j. + Relationships between entities are first class citizens in a graph database and therefore worth a separate chapter describing their usage in Spring Data Graph. @@ -123,10 +128,6 @@ --> - - To use advanced functionality like traversals, Cypher and Gremlin, a basic understanding of the graph data model is required. - The graph data model is explained in the chapter about Neo4j. - @@ -136,4 +137,6 @@ +
+