Browse Source

DATACMNS-1603 - Polishing.

Removed confusing sentence in repository reference documentation.

Original pull request: #418.
pull/423/head
asker.khakh 6 years ago committed by Mark Paluch
parent
commit
3fb7ff1dd2
No known key found for this signature in database
GPG Key ID: 51A00FA751B91849
  1. 4
      src/main/asciidoc/repositories.adoc

4
src/main/asciidoc/repositories.adoc

@ -823,8 +823,6 @@ interface CustomizedUserRepository { @@ -823,8 +823,6 @@ interface CustomizedUserRepository {
----
====
Then you can let your repository interface additionally extend from the fragment interface, as shown in the following example:
.Implementation of custom repository functionality
====
[source, java]
@ -842,7 +840,7 @@ NOTE: The most important part of the class name that corresponds to the fragment @@ -842,7 +840,7 @@ NOTE: The most important part of the class name that corresponds to the fragment
The implementation itself does not depend on Spring Data and can be a regular Spring bean. Consequently, you can use standard dependency injection behavior to inject references to other beans (such as a `JdbcTemplate`), take part in aspects, and so on.
You can let your repository interface extend the fragment interface, as shown in the following example:
Then you can let your repository interface extend the fragment interface, as shown in the following example:
.Changes to your repository interface
====

Loading…
Cancel
Save