Skip to content

Comments

Java: cds.Map#2197

Merged
renejeglinsky merged 19 commits intomainfrom
javaMap
Dec 3, 2025
Merged

Java: cds.Map#2197
renejeglinsky merged 19 commits intomainfrom
javaMap

Conversation

@agoerler
Copy link
Contributor

No description provided.

@agoerler agoerler requested a review from MattSchur November 10, 2025 17:17
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spelling Mistakes

  • java/working-with-cql/query-api.md:865:101 Unknown word "specificytion"

Generally, for each spelling mistake there are 2 ways to fix it:

  1. Fix the spelling mistake and commit it.
  2. The word is incorrectly reported as misspelled → put the word on the project-words.txt list, located in the root project directory.

Co-authored-by: Matthias Schur <107557548+MattSchur@users.noreply.github.com>
Co-authored-by: Matthias Schur <107557548+MattSchur@users.noreply.github.com>
@agoerler agoerler marked this pull request as ready for review November 26, 2025 15:06
@agoerler agoerler requested a review from smahati as a code owner November 26, 2025 15:06
renejeglinsky and others added 2 commits December 2, 2025 12:55
Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com>
Co-authored-by: Adrian Görler <adrian.goerler@sap.com>
Comment on lines +675 to +685
entity Book : cuid {
category : String;
details : Map;
}
```

For example to search for books in the "Software development" category having "CAP Java" within the _summary_ sub-element of the _details_ map:
```Java
Select.from(BOOK)
.search("CAP Java", List.of("details.summary"))
.where(p -> p.category().eq("Software development"));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about using the PRODUCTS example here as well? Or use the BOOK example also in other examples on this page?

@renejeglinsky renejeglinsky merged commit 6c0bc0f into main Dec 3, 2025
8 checks passed
@renejeglinsky renejeglinsky deleted the javaMap branch December 3, 2025 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants