Author Login
Post Reply
hey everybody,
I am trying to write a query like this:
SELECT * from person WHERE personId IN ( ?1 )
the query should take just one parameter, List of personIds :
util.List<Integer>
so it becomes: query.setParameter(idList);
how i can do this?
or is it possible with openJpa?
--
Sent from the OpenJPA Users mailing list archive at Nabble.com.