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 846a812 commit ce3b97e
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 @@ -114,7 +114,7 @@ The primary data access mode in key-value databases is through direct lookup by

The fluent API query offers a wide range of supported methods through the `QueryMapper` class for other types of NoSQL databases, such as document-oriented or column-family databases. These methods may include filtering, sorting, and basic querying capabilities, providing developers with flexible data retrieval and manipulation tools.

However, it's essential to consider that the availability of certain query methods may vary depending on the specific NoSQL database being used. Some NoSQL databases may not support certain operations through the `UnsupportedOperationException`.
However, it's essential to consider that the availability of certain query methods may vary depending on the specific NoSQL database being used. NoSQL databases that do not support certain operations can raise `UnsupportedOperationException`.

Attempting to use unsupported operations with the fluent API query may result in runtime exceptions or unexpected behavior. Developers should consult the documentation of their chosen NoSQL database to understand its query capabilities and limitations and adjust their application logic accordingly.

Expand Down

0 comments on commit ce3b97e

Please sign in to comment.