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 018c833 commit c0ae93cCopy full SHA for c0ae93c
README.adoc
@@ -55,7 +55,7 @@ public class MyService {
55
repository.save(person);
56
57
List<Person> lastNameResults = repository.findByLastname("Gierke");
58
- List<Person> firstNameResults = repository.findByFirstnameLike("Oli*");
+ List<Person> firstNameResults = repository.findByFirstnameLike("Oli%");
59
}
60
61
0 commit comments