Interface ExpressionModifier

All Known Implementing Classes:
ConvertIntent

public sealed interface ExpressionModifier permits ConvertIntent<T>
A query expression modifier that changes the result of the query.

These "expressions" are not translated to SQL; rather, they change the behaviour of the query on the ORM side. They are intermediate objects to control the flow of the fluent query API.