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/asciidoc/repositories.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ _Spring Data repository documentation and your module_
12
12
13
13
This chapter explains the core concepts and interfaces of Spring Data repositories.
14
14
The information in this chapter is pulled from the Spring Data Commons module.
15
-
It uses the configuration and code samples for the Java Persistence API (JPA) module.
15
+
It uses the configuration and code samples for the Jakarta Persistence API (JPA) module.
16
16
ifeval::[{include-xml-namespaces} != false]
17
17
You should adapt the XML namespace declaration and the types to be extended to the equivalents of the particular module that you use. "`<<repositories.namespace-reference>>`" covers XML configuration, which is supported across all Spring Data modules that support the repository API.
0 commit comments