Interface JpqlQueryBuilder.Expression
- All Superinterfaces:
JpqlQueryBuilder.Renderable
- All Known Subinterfaces:
JpqlQueryBuilder.AliasedExpression, JpqlQueryBuilder.PathExpression
- All Known Implementing Classes:
JpqlQueryBuilder.Join
- Enclosing class:
JpqlQueryBuilder
Interface specifying an expression that can be rendered to
String.- Since:
- 4.0
- Author:
- Mark Paluch, Choi Wang Gyu
-
Method Summary
Modifier and TypeMethodDescriptionCreate anJpqlQueryBuilder.AliasedExpressionwith the givenalias.Methods inherited from interface JpqlQueryBuilder.Renderable
render
-
Method Details
-
as
Create anJpqlQueryBuilder.AliasedExpressionwith the givenalias. If the expression is already aliased, the previous alias is discarded and replaced with the new one.- Parameters:
alias-- Returns:
-