Possible Duplicate:
IN-clause in HQL or Java Persistence Query Language
I.E. could i do something like say Select * from foo where bar in (1,2,3,4)
but using the Query.parameter function?
Possible Duplicate:
IN-clause in HQL or Java Persistence Query Language
I.E. could i do something like say Select * from foo where bar in (1,2,3,4)
but using the Query.parameter function?