From d1b4d009cdabf17ca7cfe7f3681d0eaf30d0a5ba Mon Sep 17 00:00:00 2001 From: agrgr Date: Tue, 25 Jul 2023 00:17:27 +0300 Subject: [PATCH] add links to the online SpringDataCommons documentation --- src/main/asciidoc/reference/mapping.adoc | 2 +- src/main/asciidoc/reference/projections.adoc | 2 +- src/main/asciidoc/reference/query-methods.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/asciidoc/reference/mapping.adoc b/src/main/asciidoc/reference/mapping.adoc index 97617c1ad..3f79f7b34 100644 --- a/src/main/asciidoc/reference/mapping.adoc +++ b/src/main/asciidoc/reference/mapping.adoc @@ -6,7 +6,7 @@ Rich mapping support is provided by the `AerospikeMappingConverter`. `AerospikeM In this section, we will describe the features of the `AerospikeMappingConverter`, how to use conventions for mapping objects to documents and how to override those conventions with annotation-based mapping metadata. For more details refer to SpringData documentation: -include::{spring-data-commons-docs-online}/#mapping.fundamentals +{spring-data-commons-docs-online}/#mapping.fundamentals[Object Mapping] [[mapping-conventions]] == Convention based Mapping diff --git a/src/main/asciidoc/reference/projections.adoc b/src/main/asciidoc/reference/projections.adoc index 2907eb176..02babb4b2 100644 --- a/src/main/asciidoc/reference/projections.adoc +++ b/src/main/asciidoc/reference/projections.adoc @@ -3,7 +3,7 @@ Spring Data Aerospike supports Projections, a mechanism that allows you to fetch only relevant fields from Aerospike for a particular use case. This results in better performance, less network traffic, and a better understanding of what is required for the rest of the flow. For more details refer to SpringData documentation: -include::{spring-data-commons-docs-online}/#projections +{spring-data-commons-docs-online}/#projections[Projections] For example, consider a Person class: diff --git a/src/main/asciidoc/reference/query-methods.adoc b/src/main/asciidoc/reference/query-methods.adoc index 5368ce2e5..f5db8bb70 100644 --- a/src/main/asciidoc/reference/query-methods.adoc +++ b/src/main/asciidoc/reference/query-methods.adoc @@ -5,7 +5,7 @@ Spring Data Aerospike supports defining queries by method name in the Repository Some of the verbs include `find`, `query`, `read`, `get`, `count` and `delete`. For example, `countByLastName`, `findByFirstName` etc. For more details refer to SpringData documentation: -include::{spring-data-commons-docs-online}/#query-by-example +{spring-data-commons-docs-online}/#query-by-example[Query By Example] [width="100%",cols="<12%,<25%,<25%",options="header",] |===