Uses of Enum
org.eclipse.persistence.jpa.jpql.parser.OrderByItem.NullOrdering
Packages that use OrderByItem.NullOrdering
Package
Description
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.NullOrderingModifier and TypeMethodDescriptionOrderByItem.getNullOrdering()
Returns the enum constant representing the null ordering type.static OrderByItem.NullOrdering
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.