Skip to content

Commit

Permalink
Update documentation/src/main/asciidoc/querylanguage/Expressions.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed May 18, 2024
1 parent 6bed94d commit 7344773
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ Let's see what these functions do.
[discrete]
===== Evaluating an entity type

The function `type()`, applied to an identification variable, evaluates to the concrete type, that is, the Java `Class`, of the referenced entity.
The function `type()`, applied to an identification variable or entity-valued path expression, evaluates to the concrete type, that is, the Java `Class`, of the referenced entity.
This is mainly useful when dealing with entity inheritance hierarchies.

[[entity-type-exp-example]]
Expand Down

0 comments on commit 7344773

Please sign in to comment.