Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/docbkx/introduction/about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<ulink url="http://spring.neo4j.org/issues">SpringSource JIRA</ulink>, the
<ulink url="http://spring.neo4j.org/discussion">SpringSource NOSQL Forum</ulink>,
<ulink url="http://github.com/SpringSource/spring-data-neo4j/issues">github comments or issues</ulink>,
or the <ulink url="http://neo4j.org/community/list/">Neo4j mailing list</ulink>.
or the <ulink url="http://neo4j.org/forums/">Neo4j mailing list</ulink>.
</para>
</section>
<section><title>Format of the Book</title>
Expand Down
2 changes: 1 addition & 1 deletion src/docbkx/reference/programming-model/mapping.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<section id="reference:mapping">
<title>Object Graph Mapping</title>
<para>
Until recently Spring Data Neo4j supported the only more advanced and flexible <xref linkend="reference:aspectj">AspectJ based mapping approach</xref>. Feedback about complications with the AspectJ tooling and other implications supported us in adding a <xref linkend="reference:simple-mapping">simpler mapping</xref> to Spring Data Neo4j.
Until recently Spring Data Neo4j supported the only more advanced and flexible AspectJ based mapping approach, see <xref linkend="reference:aspectj" />. Feedback about complications with the AspectJ tooling and other implications supported us in adding a simpler mapping (see <xref linkend="reference:simple-mapping" />) to Spring Data Neo4j.
Both versions work with the same annotations and provide similar API's but different behaviour.
</para>
<para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</para>
<xi:include href="mapping.xml"/>
<xi:include href="aspectj.xml"/>
<xi:include href="simple_mapping.xml"/>
<xi:include href="node-entities.xml"/>
<xi:include href="relationships.xml"/>
<xi:include href="indexing.xml"/>
Expand Down
4 changes: 2 additions & 2 deletions src/docbkx/reference/programming-model/spatial.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<section id="reference:mapping">
<section id="reference:spatial">
<title>Geospatial Queries</title>
<para>
<code>SpatialRepository</code> is a dedicated Repository for spatial queries.
Expand Down Expand Up @@ -72,4 +72,4 @@ Iterable<Person> teamMembers = personRepository.findWithinDistance("personLayer"
]]></programlisting>
</example>
</para>
</section>
</section>
4 changes: 2 additions & 2 deletions src/docbkx/reference/programming-model/template.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<chapter id="reference:template" xmlns:xi="http://www.w3.org/2001/XInclude">
<section id="reference:template" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Neo4jTemplate</title>
<para>
The <code>Neo4jTemplate</code> offers the convenient API of Spring templates for the Neo4j graph
Expand Down Expand Up @@ -76,4 +76,4 @@
those calls. All the other template methods require single network operations.
</para>
</section>
</chapter>
</section>