Skip to content

Commit

Permalink
add links to the online SpringDataCommons documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed Jul 24, 2023
1 parent d48edb8 commit d1b4d00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/asciidoc/reference/mapping.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/asciidoc/reference/projections.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion src/main/asciidoc/reference/query-methods.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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",]
|===
Expand Down

0 comments on commit d1b4d00

Please sign in to comment.