IN did not work. I used
select data from Table t where t.value(:list)
i have passed list as ArrayList<String> which does not have any commas
any alternative way for NamedParameter List. I used setParamList in hibernate.But such option is not available with JPA.
JPA named paramlistAnil September 26, 2012 at 3:16 PM
IN did not work. I used select data from Table t where t.value(:list) i have passed list as ArrayList<String> which does not have any commas any alternative way for NamedParameter List. I used setParamList in hibernate.But such option is not available with JPA.
Post your Comment