Skip to content

Commit 931d709

Browse files
author
Nicolas Romanetti
committed
cosmetic
1 parent 09794fa commit 931d709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The first query above involves a String. Let's change it to make it case insensi
5252
Our `Account` entity does not carry case sensitivity meta information. For this reason, we require some extra parameters
5353
for case sensitivity, but also ordering, etc.
5454
The number of parameters can grow quickly, so we have grouped them in the
55-
[SearchParameters class](https://github.com/jaxio/jpa-query-by-example/blob/master/src/main/java/com/jaxio/jpa/querybyexample/SearchParameters.java)
55+
[SearchParameters](https://github.com/jaxio/jpa-query-by-example/blob/master/src/main/java/com/jaxio/jpa/querybyexample/SearchParameters.java) class
5656
which can be passed as a parameter to the accountRepository's methods.
5757

5858
Let's make the first query above `case insensitive` and let's add an `ORDER BY`.

0 commit comments

Comments
 (0)