File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ The first query above involves a String. Let's change it to make it case insensi
5252Our ` Account ` entity does not carry case sensitivity meta information. For this reason, we require some extra parameters
5353for case sensitivity, but also ordering, etc.
5454The 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
5656which can be passed as a parameter to the accountRepository's methods.
5757
5858Let's make the first query above ` case insensitive ` and let's add an ` ORDER BY ` .
You can’t perform that action at this time.
0 commit comments