Expression<String> left(
Expression<String> x,
int len
)
Create an expression for the leftmost substring of a string,
- Parameters:
x- string expressionlen- length of the substring to return
- Return:
- expression for the leftmost substring
- Since:
- JPA 2.0