Expression<String> trim(
Expression<String> x
)
Create expression to trim blanks from both ends of a string.
- Parameters:
x- expression for string to trim
- Return:
- trim expression
- Since:
- JPA 2.0
x - expression for string to trim