Skip to content

Commit

Permalink
Clarify nested object fields status for SQL (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fly-Style authored Jul 25, 2024
1 parent b481c12 commit 45adac6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/modules/query/pages/overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ NOTE: In addition to the Java-based Predicates API, Hazelcast also supports xref
|No

|Can query nested object fields
|Yes
|Yes

|Can query nested object fields with cyclic dependencies
|No
|Yes

Expand Down
4 changes: 2 additions & 2 deletions docs/modules/sql/pages/querying-maps-sql.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ The `this` alias is returned by a query only if the value does not contain an ob
== Querying Objects in Map Entries
If you store objects in a map, you can query the objects' top-level fields only if they are serialized using one of the following options.
If you store objects in a map, you can query the objects' fields only if they are serialized using one of the following options.
NOTE: You cannot query nested object fields using SQL.
NOTE: You cannot query nested object fields with cyclic dependencies using SQL.
- xref:serialization:implementing-java-serializable.adoc[`Serializable`] - xref:serialization:implementing-dataserializable.adoc[`DataSerializable`], and xref:serialization:implementing-dataserializable.adoc#identifieddataserializable[`IdentifiedDataSerializable`]
+
Expand Down

0 comments on commit 45adac6

Please sign in to comment.