Comment 2 for bug 656199

Revision history for this message
Timo Westkämper (timo-westkamper) wrote : Re: MapPath containsKey not working for hibernate

Thanks for the bug report. I just added support for containsKey and containsValue for Hibernate. It was missing before, since JPQL doesn't seem to support it directly

The serialization patterns are

  CONTAINS_KEY -> RHS in indices(LHS)
  CONTAINS_VALUE -> RHS in elements(LHS)