- All Known Implementing Classes:
ConvertIntent
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.
-
Method Summary
-
Method Details
-
toExpression
ExpressionSpec toExpression()Get anExpressionSpecinstance that represents this modifier.- Returns:
- an
ExpressionSpecrepresenting this modifier.
-