From 816f44d86b691eab673128a36e154e246bec17a7 Mon Sep 17 00:00:00 2001 From: Anders Nawroth Date: Fri, 21 Oct 2011 16:41:30 +0200 Subject: [PATCH 1/2] Fixed a link. --- src/docbkx/introduction/about.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docbkx/introduction/about.xml b/src/docbkx/introduction/about.xml index 5adac1a4e8..7c9d7957f5 100644 --- a/src/docbkx/introduction/about.xml +++ b/src/docbkx/introduction/about.xml @@ -25,7 +25,7 @@ SpringSource JIRA, the SpringSource NOSQL Forum, github comments or issues, - or the Neo4j mailing list. + or the Neo4j mailing list.
Format of the Book From c8fa4a039dec49525b1c61302e8bd1795d982fc8 Mon Sep 17 00:00:00 2001 From: Anders Nawroth Date: Tue, 1 Nov 2011 11:48:33 +0100 Subject: [PATCH 2/2] Fixed xml validation errors for docbk sources. --- src/docbkx/reference/programming-model/mapping.xml | 2 +- src/docbkx/reference/programming-model/programming-model.xml | 1 + src/docbkx/reference/programming-model/spatial.xml | 4 ++-- src/docbkx/reference/programming-model/template.xml | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/docbkx/reference/programming-model/mapping.xml b/src/docbkx/reference/programming-model/mapping.xml index a18f719a54..d9ba9e447b 100644 --- a/src/docbkx/reference/programming-model/mapping.xml +++ b/src/docbkx/reference/programming-model/mapping.xml @@ -3,7 +3,7 @@
Object Graph Mapping - Until recently Spring Data Neo4j supported the only more advanced and flexible AspectJ based mapping approach. Feedback about complications with the AspectJ tooling and other implications supported us in adding a simpler mapping to Spring Data Neo4j. + Until recently Spring Data Neo4j supported the only more advanced and flexible AspectJ based mapping approach, see . Feedback about complications with the AspectJ tooling and other implications supported us in adding a simpler mapping (see ) to Spring Data Neo4j. Both versions work with the same annotations and provide similar API's but different behaviour. diff --git a/src/docbkx/reference/programming-model/programming-model.xml b/src/docbkx/reference/programming-model/programming-model.xml index 42e222e127..42ee7dfe8a 100644 --- a/src/docbkx/reference/programming-model/programming-model.xml +++ b/src/docbkx/reference/programming-model/programming-model.xml @@ -10,6 +10,7 @@ + diff --git a/src/docbkx/reference/programming-model/spatial.xml b/src/docbkx/reference/programming-model/spatial.xml index bea4a0ff7f..f9c51fd99a 100644 --- a/src/docbkx/reference/programming-model/spatial.xml +++ b/src/docbkx/reference/programming-model/spatial.xml @@ -1,6 +1,6 @@ -
+
Geospatial Queries SpatialRepository is a dedicated Repository for spatial queries. @@ -72,4 +72,4 @@ Iterable teamMembers = personRepository.findWithinDistance("personLayer" ]]> -
\ No newline at end of file +
diff --git a/src/docbkx/reference/programming-model/template.xml b/src/docbkx/reference/programming-model/template.xml index 25b074a2de..8eb54d1de7 100644 --- a/src/docbkx/reference/programming-model/template.xml +++ b/src/docbkx/reference/programming-model/template.xml @@ -1,6 +1,6 @@ - +
Neo4jTemplate The Neo4jTemplate offers the convenient API of Spring templates for the Neo4j graph @@ -76,4 +76,4 @@ those calls. All the other template methods require single network operations.
-
+