Interface JpqlQueryBuilder.PathExpression
- All Superinterfaces:
JpqlQueryBuilder.Expression, JpqlQueryBuilder.Renderable
- Enclosing class:
JpqlQueryBuilder
Extension to
JpqlQueryBuilder.Expression that contains a PropertyPath. Typically used to represent a selection
expression or an expression used within sorting or WHERE clauses.- Since:
- 4.0
- Author:
- Mark Paluch, Choi Wang Gyu
-
Method Summary
Methods inherited from interface JpqlQueryBuilder.Expression
asMethods inherited from interface JpqlQueryBuilder.Renderable
render
-
Method Details
-
getPropertyPath
PropertyPath getPropertyPath()- Returns:
- the associated
PropertyPath.
-