Skip to content

Commit d3276b9

Browse files
okuemp911de
authored andcommitted
#425 - Fix lack of @Modifying in reference documentation code.
1 parent b0e03ea commit d3276b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/asciidoc/reference/r2dbc-repositories.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ As this approach is feasible for comprehensive custom functionality, you can mod
260260
====
261261
[source,java]
262262
----
263+
@Modifying
263264
@Query("UPDATE person SET firstname = :firstname where lastname = :lastname")
264265
Mono<Integer> setFixedFirstnameFor(String firstname, String lastname);
265266
----

0 commit comments

Comments
 (0)