RewritableProjection
Interface for query objects that support projection rewriting and modification.
This interface provides methods to replace projections in existing queries, enabling fluent projection building and modification.
Parameters
Q
The type of the query object that implements this interface, enabling method chaining.