if you have namedquery with a list like:
@NamedQuery(name="selection" , query=" SELECT x FROM Employee x WHERE x.name IN ('Jack', 'Jill')")
Is it possible to list a list with bind variable names so that you set what you want:
q.setParameter( ....... );
Any suggestions are welcome.
Darth blue ray
source share