JPA Enum

Trimspec

java.lang.Object
  ∟ java.lang.Enum<javax.persistence.criteria.CriteriaBuilder.Trimspec>
    ∟ javax.persistence.criteria.CriteriaBuilder$Trimspec

Used to specify how strings are trimmed.
Since:
JPA 2.0

Enum Constants

Trim from both ends.
Since:
JPA 2.0
Trim from leading end.
Since:
JPA 2.0
Trim from trailing end.
Since:
JPA 2.0

Public Static Enum Methods:

Method inherited from class java.lang.Enum

compareTo, compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

Method inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait