ProjectionCapable
Interface for query objects that support field projection.
This interface extends RewritableProjection and provides access to the projection settings that control which fields are included or excluded from query results.
Parameters
Q
The type of the query object that implements this interface, enabling method chaining.