I have a method in my JPA repository class that looks like this:
List findAllByClaimNumberIn(Set claimNumbers);
Ev