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.

Type Parameters

Q

The type of the query object that implements this interface, enabling method chaining.

Inheritors