documentation updates

This commit is contained in:
Michael Hunger
2011-08-11 16:20:51 +02:00
parent 645bc9676b
commit 9de12766e4

View File

@@ -30,7 +30,8 @@
visit the <ulink url="http://wiki.neo4j.org/content/Main_Page#Language_and_framework_bindings">Neo4j Wiki</ulink>.
</para>
</section>
<section>
<title>Reference Documentation Overview</title>
<para>
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 <xref linkend="reference: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.
</para>
<para>
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 <xref linkend="neo4j">Neo4j</xref>.
</para>
<para>
Relationships between entities are first class citizens in a graph database and therefore worth a separate
<xref linkend="reference:programming_model:relationships" >chapter</xref> describing their usage in Spring Data Graph.
@@ -123,10 +128,6 @@
<xi:include href="reference/aspectj-details.xml" />
<xi:include href="reference/neo4j-server.xml" />
-->
<para>
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 <xref linkend="neo4j">Neo4j</xref>.
</para>
<para>
<note>
<para>
@@ -136,4 +137,6 @@
</para>
</note>
</para>
</section>
</preface>