Instantiating an iReport Collection parameter from an Array in one line

While working with iReport, I wanted to test my report with a default Collection value for my Hibernate Query.

The HQL is something like this,


SELECT person.fullName as personName
FROM Person person
WHERE person.id in ($P{people})

“Data” from Star Trek, by: JD Hancock

Continue reading “Instantiating an iReport Collection parameter from an Array in one line”