|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryBuilder.Trimspec | |
|---|---|
| javax.persistence.criteria | |
| Uses of QueryBuilder.Trimspec in javax.persistence.criteria |
|---|
| Methods in javax.persistence.criteria that return QueryBuilder.Trimspec | |
|---|---|
static QueryBuilder.Trimspec |
QueryBuilder.Trimspec.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static QueryBuilder.Trimspec[] |
QueryBuilder.Trimspec.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in javax.persistence.criteria with parameters of type QueryBuilder.Trimspec | |
|---|---|
Expression<String> |
QueryBuilder.trim(QueryBuilder.Trimspec ts,
char t,
Expression<String> x)
Create expression to trim character from a string. |
Expression<String> |
QueryBuilder.trim(QueryBuilder.Trimspec ts,
Expression<Character> t,
Expression<String> x)
Create expression to trim character from a string. |
Expression<String> |
QueryBuilder.trim(QueryBuilder.Trimspec ts,
Expression<String> x)
Create expression to trim blanks from a string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||