Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c0cd813

Browse files
janmaxschauder
authored andcommitted
Fix a typo in the docs for query methods.
Original pull request #1163
1 parent 4066df9 commit c0cd813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/main/asciidoc/jdbc.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,11 +550,11 @@ The following table shows the keywords that are supported for query methods:
550550

551551
| `Containing` on String
552552
| `findByFirstnameContaining(String name)`
553-
| `firstname LIKE '%' name +'%'`
553+
| `firstname LIKE '%' + name +'%'`
554554

555555
| `NotContaining` on String
556556
| `findByFirstnameNotContaining(String name)`
557-
| `firstname NOT LIKE '%' name +'%'`
557+
| `firstname NOT LIKE '%' + name +'%'`
558558

559559
| `(No keyword)`
560560
| `findByFirstname(String name)`

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /