Uses of Enum
org.eclipse.persistence.jpa.jpql.parser.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
Modifier and TypeMethodDescriptionOrderByItem.getOrdering()
Returns the enum constant representing the ordering type.static OrderByItem.Ordering
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
Modifier and TypeMethodDescriptionOrderByItemStateObject.getOrdering()
Returns the enum constant representing the ordering type.Modifier and TypeMethodDescriptionOrderByClauseStateObject.addItem
(String path, OrderByItem.Ordering ordering) Adds a newORDER BY
item to this clause.OrderByClauseStateObject.addItem
(OrderByItem.Ordering ordering) Adds a newORDER BY
item to this clause.OrderByClauseStateObject.addOrderByItem
(String[] paths, OrderByItem.Ordering ordering) Adds a newORDER BY
item to this clause.void
OrderByItemStateObject.setOrdering
(OrderByItem.Ordering ordering) Sets the enum constant representing the ordering type.ModifierConstructorDescriptionOrderByItemStateObject
(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
.