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