Currently the query takes in a single reportID to return the results. Now if I want to pass multiple reportIDs and return the o/p in just 1 call to the DB, how do I do that?
try this one
query.setParameterList("reportID", new Object[]{"aaa","bbb"});