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