Browse Source

Polishing.

Update placeholder name to reflect its position instead of the content that is being added by using modules.

Closes #2382
pull/2389/head
Mark Paluch 5 years ago
parent
commit
fb3e50951e
No known key found for this signature in database
GPG Key ID: 4406B84C1661DCD1
  1. 6
      src/main/asciidoc/repository-projections.adoc

6
src/main/asciidoc/repository-projections.adoc

@ -34,7 +34,7 @@ interface PersonRepository extends Repository<Person, UUID> { @@ -34,7 +34,7 @@ interface PersonRepository extends Repository<Person, UUID> {
====
Now imagine that we want to retrieve the person's name attributes only.
What means does Spring Data offer to achieve this?The rest of this chapter answers that question.
What means does Spring Data offer to achieve this? The rest of this chapter answers that question.
[[projections.interfaces]]
== Interface-based Projections
@ -276,8 +276,8 @@ Fields are `private final` by default, and the class exposes a constructor that @@ -276,8 +276,8 @@ Fields are `private final` by default, and the class exposes a constructor that
====
ifdef::repository-projections-dto-limitations-file[]
include::{repository-projections-dto-limitations-file}[]
ifdef::repository-projections-trailing-dto-fragment[]
include::{repository-projections-trailing-dto-fragment}[]
endif::[]
[[projection.dynamic]]

Loading…
Cancel
Save