ConditionCapable
Interface for query objects that can have conditions applied to them.
This interface extends RewritableCondition and provides a way to access and modify the condition associated with a query. It allows for fluent condition building and modification.
Type Parameters
Q
The type of the query object that implements this interface, enabling method chaining.