Is there a way to combine the
Restrictions.in(String, Collection<String>)
with
Restrictions.ilike(String, String)
The goal would be to provide a list of possible matches (like in) but to compare them with the ilike operator instead of a hard compare.
Is this possible?