Expression<String> substring(
Expression<String> x,
int from
)
Create an expression for substring extraction. Extracts a substring starting at the specified position through to end of the string. First position is 1.
- Parameters:
x
- string expressionfrom
- start position
- Return:
- expression corresponding to substring extraction
- Since:
- JPA 2.0