I want to know if JPQL is capable of doing a case-insensitive search on a collection of string.
Column1 (int) | Column2(s
No you cannot. Reason is that UPPER and LOWER operate to the strings, so they do not take collection as argument.