Uses of Enum
org.eclipse.persistence.jpa.jpql.parser.OrderByItem.Ordering
Packages that use OrderByItem.Ordering
Package
Description
This is the core of Hermes, this package contains the classes that can parse a JPQL query.
This package contains the
StateObject classes that represents 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.OrderingModifier and TypeMethodDescriptionOrderByItem.getOrdering()Returns the enum constant representing the ordering type.static OrderByItem.OrderingReturns 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. -
Uses of OrderByItem.Ordering in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return OrderByItem.OrderingModifier and TypeMethodDescriptionOrderByItemStateObject.getOrdering()Returns the enum constant representing the ordering type.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type OrderByItem.OrderingModifier and TypeMethodDescriptionOrderByClauseStateObject.addItem(String path, OrderByItem.Ordering ordering) Adds a newORDER BYitem to this clause.OrderByClauseStateObject.addItem(OrderByItem.Ordering ordering) Adds a newORDER BYitem to this clause.OrderByClauseStateObject.addOrderByItem(String[] paths, OrderByItem.Ordering ordering) Adds a newORDER BYitem to this clause.voidOrderByItemStateObject.setOrdering(OrderByItem.Ordering ordering) Sets the enum constant representing the ordering type.Constructors in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type OrderByItem.OrderingModifierConstructorDescriptionOrderByItemStateObject(OrderByClauseStateObject parent, String jpqlFragment, OrderByItem.Ordering ordering) Creates a newOrderByItemStateObject.OrderByItemStateObject(OrderByClauseStateObject parent, OrderByItem.Ordering ordering) Creates a newOrderByItemStateObject.OrderByItemStateObject(OrderByClauseStateObject parent, StateObject stateObject, OrderByItem.Ordering ordering) Creates a newOrderByItemStateObject.