Interface JpqlQueryBuilder.PathExpression

All Superinterfaces:
JpqlQueryBuilder.Expression, JpqlQueryBuilder.Renderable
Enclosing class:
JpqlQueryBuilder

public static interface JpqlQueryBuilder.PathExpression extends JpqlQueryBuilder.Expression
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 Details

    • getPropertyPath

      org.springframework.data.core.PropertyPath getPropertyPath()
      Returns:
      the associated PropertyPath.