JPA defines the ENTRY operator to obtain the {{MapEntry}} of map-typed associations/element collections, but there is no corresponding expression type, instead the operator is represented by a {{FunctionExpression}} in the SQM tree.
Note that:
{quote} A path expression using the ENTRY operator is terminal. It cannot be further composed and can only appear in the SELECT list of a query. {quote}
|