member « HQL « JPA Q&A





1. What's the difference between the IN and MEMBER OF JPQL operators?    stackoverflow.com

What's the difference between the IN and MEMBER OF JPQL operators?

2. HQL: how to use "member of" and "not member o    forum.hibernate.org

3. HQL "member of" problem    forum.hibernate.org

4. hql "member of" && unexpected end of subtr    forum.hibernate.org

Newbie Joined: Sat Aug 20, 2005 4:33 am Posts: 3 short form: hql query "from DBStringListProperty as p where 'some' member of p.list" throws Exception "unexpected end of subtree" Hibernate version: 3.2.6.ga Mapping documents: full version: http://svn.xwiki.org/svnroot/xwiki/plat ... ki.hbm.xml relevant part: Code: ...