Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 55b35a7

Browse files
authored
Merge pull request #229 from jagedn/patch-1
Update writeOperations.adoc
2 parents bf2292e + ea625b7 commit 55b35a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/asciidoc/services/writeOperations.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can also implement update operations using JPA-QL:
4444

4545
[source,groovy]
4646
----
47-
@Query("update ${Book book} set ${book.title} = $newTitle where book.title = $oldTitle")
47+
@Query("update ${Book book} set ${book.title} = $newTitle where $book.title = $oldTitle")
4848
Number updateTitle(String newTitle, String oldTitle)
4949
----
5050

0 commit comments

Comments
 (0)