Queryable
Interface for query objects that support comprehensive querying capabilities.
This interface combines condition filtering, field projection, and sorting capabilities to provide a complete query interface for retrieving and filtering data.
Parameters
Q
The type of the query object that implements this interface, enabling method chaining.
Inheritors
Properties
Functions
Link copied to clipboard
Appends a condition to the existing condition using logical AND. This method combines the current condition with the appended condition.
Link copied to clipboard
Appends a tenant ID condition to filter results by tenant.
Link copied to clipboard
Creates a new query with the specified condition.
Link copied to clipboard
Creates a new query with the specified projection.