How can I bind an array parameter in the HQL editor of the HibernateTools plugin? The query parameter type list does not include arrays or collections.
For example:
Select * from Foo f where f.a in (:listOfValues)
.
How can I bind an array to that listOfValues?