Uses of Enum
javax.persistence.criteria.CriteriaBuilder.Trimspec
Packages that use CriteriaBuilder.Trimspec
-
Uses of CriteriaBuilder.Trimspec in javax.persistence.criteria
Subclasses with type arguments of type CriteriaBuilder.Trimspec in javax.persistence.criteriaModifier and TypeClassDescriptionstatic enumUsed to specify how strings are trimmed.Methods in javax.persistence.criteria that return CriteriaBuilder.TrimspecModifier and TypeMethodDescriptionstatic CriteriaBuilder.TrimspecReturns 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.Methods in javax.persistence.criteria with parameters of type CriteriaBuilder.TrimspecModifier and TypeMethodDescriptionCriteriaBuilder.trim(CriteriaBuilder.Trimspec ts, char t, Expression<String> x) Create expression to trim character from a string.CriteriaBuilder.trim(CriteriaBuilder.Trimspec ts, Expression<Character> t, Expression<String> x) Create expression to trim character from a string.CriteriaBuilder.trim(CriteriaBuilder.Trimspec ts, Expression<String> x) Create expression to trim blanks from a string.