Thank you for your suggestion. I tried using the query.setParameterList("idOwners", idOwners, BigInteger.class); method as you recommended, but it didn't work. I encountered the error message 'Cannot resolve method setParameterList(String, List<Long>, Class<BigInteger>)' |