Uses of Class
org.eclipse.persistence.jpa.jpql.parser.TrimExpression.Specification
-
Packages that use TrimExpression.Specification Package Description org.eclipse.persistence.jpa.jpql.parser This is the core of Hermes, this package contains the classes that can parse a JPQL query. -
-
Uses of TrimExpression.Specification in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser that return TrimExpression.Specification Modifier and Type Method Description TrimExpression.SpecificationTrimExpression. getSpecification()Returns the specification which specifies how to trim the string.static TrimExpression.SpecificationTrimExpression.Specification. valueOf(String name)Returns the enum constant of this type with the specified name.static TrimExpression.Specification[]TrimExpression.Specification. values()Returns an array containing the constants of this enum type, in the order they are declared.
-