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.org.eclipse.persistence.jpa.jpql.tools.model.query This package contains theStateObjectclasses 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.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. -
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.Ordering Modifier and Type Method Description OrderByItem.OrderingOrderByItemStateObject. getOrdering()Returns the enum constant representing the ordering type.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type OrderByItem.Ordering Modifier and Type Method Description OrderByItemStateObjectOrderByClauseStateObject. addItem(String path, OrderByItem.Ordering ordering)Adds a newORDER BYitem to this clause.OrderByItemStateObjectOrderByClauseStateObject. addItem(OrderByItem.Ordering ordering)Adds a newORDER BYitem to this clause.OrderByItemStateObjectOrderByClauseStateObject. 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.Ordering Constructor Description OrderByItemStateObject(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.
-