diff --git a/src/main/antora/modules/ROOT/pages/repositories/custom-implementations.adoc b/src/main/antora/modules/ROOT/pages/repositories/custom-implementations.adoc index f8eeeeea2..b4c84fcf0 100644 --- a/src/main/antora/modules/ROOT/pages/repositories/custom-implementations.adoc +++ b/src/main/antora/modules/ROOT/pages/repositories/custom-implementations.adoc @@ -1,5 +1,5 @@ [[repositories.custom-implementations]] -= Custom Implementations for Spring Data Repositories += Custom Repository Implementations Spring Data provides various options to create query methods with little coding. But when those options don't fit your needs you can also provide your own custom implementation for repository methods.