QueryableDsl
Represents a DSL (Domain Specific Language) for constructing queryable objects. This abstract class allows for the fluent and type-safe construction of queries, including setting up projections, conditions, and sorting.
Parameters
Q
The type of the queryable object that this DSL is constructing.