Skip to content

Commit 2bd68cd

Browse files
yohan9569schauder
authored andcommitted
Make source code descriptions more precise.
The title for Example 11 was updated to include '@NativeQuery', as the code snippet demonstrates QueryRewriter usage with both @query and @NativeQuery. The title for Example 7 was similarly adjusted to use '@NativeQuery'. Original pull request: #4120 Signed-off-by: Yohan Park <[email protected]>
1 parent 1d42fca commit 2bd68cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/antora/modules/ROOT/pages/jpa/query-methods.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ In the preceding example, the `LIKE` delimiter character (`%`) is recognized, an
277277

278278
Using the `@NativeQuery` annotation allows running native queries, as shown in the following example:
279279

280-
.Declare a native query at the query method using @Query
280+
.Declare a native query at the query method using `@NativeQuery`
281281
====
282282
[source, java]
283283
----

0 commit comments

Comments
 (0)