Uses of Class
org.eclipse.persistence.jpa.jpql.parser.OrderByItem.Ordering
-
Packages that use OrderByItem.Ordering 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 OrderByItem.Ordering in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser that return OrderByItem.Ordering Modifier and Type Method Description OrderByItem.OrderingOrderByItem. getOrdering()Returns the enum constant representing the ordering type.static OrderByItem.OrderingOrderByItem.Ordering. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderByItem.Ordering[]OrderByItem.Ordering. values()Returns an array containing the constants of this enum type, in the order they are declared.
-