You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/antora/modules/ROOT/pages/repositories/introduction.adoc
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
= Introduction
3
3
:page-section-summary-toc: 1
4
4
5
-
This chapter explains the basic foundations of Spring Data repositories.
6
-
Before continuing to the LDAP specifics, make sure you have a sound understanding of the basic concepts explained here.
5
+
This chapter explains the basic foundations of Spring Data repositories and LDAP specifics.
6
+
Before continuing to the LDAP specifics, make sure you have a sound understanding of the basic concepts explained in xref:repositories/core-concepts.adoc[Working with Spring Data Repositories].
7
+
8
+
The goal of the Spring Data repository abstraction is to significantly reduce the amount of boilerplate code required to implement data access layers for various persistence stores.
0 commit comments