Interface QueryMapper


public interface QueryMapper
This interface defines the Fluent API for selecting and deleting NoSQL entities. The query API provides a way to define queries using a fluent API. It's important to check the compatibility of the database to see if it supports the query API. For example, Key-Value databases typically do not support the query API. Additionally, not all methods in the query API may be supported by all databases. For instance, a document database may not support the "between" method.
Since:
1.0.0
See Also: