The JPQL in the previous post is not correct, the correct one should be 

String jpql = "SELECT p FROM MyObject p WHERE ?1 MEMBER OF p.users";

while in previous post, I wrote

String jpql = "SELECT p FROM MyObject p WHERE ?1 MEMBER OF users";




-- 
View this message in context: 
http://www.nabble.com/JPQL-Query-on-Collection%3CString%3E-tp16347010p16399137.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.

Reply via email to