We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e8d9a commit 500f504Copy full SHA for 500f504
src/main/antora/modules/ROOT/pages/jdbc/query-methods.adoc
@@ -178,7 +178,7 @@ Such a SpEL expression will get replaced with a bind variable and the variable g
178
.Use a SpEL in a query
179
[source,java]
180
----
181
-@Query("SELECT * FROM person WHERE id = :#{person.id}")
+@Query("SELECT * FROM person WHERE id = :#{#person.id}")
182
Person findWithSpEL(PersonRef person);
183
184
0 commit comments