Rabin Banerjee
updated
an issue
Hibernate ORM
/
HHH-13321
isBound Returning false for collections
Change By:
Rabin Banerjee
Hibernate getParameterValue() not working for collections
{code:java}
Query q = em.createQuery("Select s from Student s where name in (:names)");
q.setParameter("names",Arrays.asList("Harry","Hermione"));
q.isBound("names"); // false
{code}
Add Comment
Get Jira notifications on your phone! Download the Jira Cloud app for
Android
or
iOS
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100099-
sha1:ba6e856
)