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 b4002e5 commit 51c47feCopy full SHA for 51c47fe
src/main/asciidoc/reference/r2dbc-repositories.adoc
@@ -291,7 +291,7 @@ to declare the predicate value for `lastname` (which is equivalent to the `:last
291
----
292
public interface PersonRepository extends ReactiveCrudRepository<Person, String> {
293
294
- @Query("SELECT * FROM person WHERE lastname = :#{[0]} }")
+ @Query("SELECT * FROM person WHERE lastname = :#{[0]}")
295
List<Person> findByQueryWithExpression(String lastname);
296
}
297
0 commit comments