Skip to content

Commit

Permalink
Update spec/src/main/asciidoc/chapters/api/template.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Rauh <nathan.rauh@us.ibm.com>
  • Loading branch information
otaviojava and njr-11 authored Feb 25, 2024
1 parent ce3b97e commit 503cb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/chapters/api/template.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Attempting to use unsupported operations with the fluent API query may result in

==== Query Navigation Hierarchy

In Jakarta NoSQL, the query navigation hierarchy refers to navigating through the properties of entities and their associated classes when constructing queries. Within an entity, property names must be unique, ignoring cases. The field or accessor method name serves as the entity property name for simple entity properties. In the case of embedded and association classes, entity property names are computed by concatenating the field or accessor method names at each level, optionally joined by a comma, `.`, delimiter.
In Jakarta NoSQL, the query navigation hierarchy refers to navigating through the properties of entities and their associated classes when constructing queries. Within an entity, property names must be unique, ignoring case. The field or accessor method name serves as the entity property name for simple entity properties. In the case of embedded and association classes, entity property names are computed by concatenating the field or accessor method names at each level, optionally joined by a comma, `.`, delimiter.

For example, consider the following data model:

Expand Down

0 comments on commit 503cb59

Please sign in to comment.