| Package | Description | 
|---|---|
| javax.persistence.criteria | 
| Modifier and Type | Method and Description | 
|---|---|
static CriteriaBuilder.Trimspec | 
CriteriaBuilder.Trimspec.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CriteriaBuilder.Trimspec[] | 
CriteriaBuilder.Trimspec.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Expression<String> | 
CriteriaBuilder.trim(CriteriaBuilder.Trimspec ts,
    char t,
    Expression<String> x)
Create expression to trim character from a string. 
 | 
Expression<String> | 
CriteriaBuilder.trim(CriteriaBuilder.Trimspec ts,
    Expression<Character> t,
    Expression<String> x)
Create expression to trim character from a string. 
 | 
Expression<String> | 
CriteriaBuilder.trim(CriteriaBuilder.Trimspec ts,
    Expression<String> x)
Create expression to trim blanks from a string. 
 | 
Copyright © 2016. All rights reserved.