Class InternalOrderByItemFactory
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- org.eclipse.persistence.jpa.jpql.parser.InternalOrderByItemFactory
-
- All Implemented Interfaces:
Comparable<ExpressionFactory>
public final class InternalOrderByItemFactory extends ExpressionFactory
ThisInternalOrderByItemFactory
creates either aStateFieldPathExpression
or anIdentificationVariable
.- Since:
- 2.3
- Version:
- 2.5.1
- Author:
- Pascal Filion
- See Also:
OrderByItem
-
-
Constructor Summary
Constructors Constructor Description InternalOrderByItemFactory()
Creates a newInternalOrderByItemFactory
.
-
Method Summary
-
Methods inherited from class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
compareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toString
-
-
-
-
Field Detail
-
ID
public static final String ID
The unique identifier of thisInternalOrderByItemFactory
.- See Also:
- Constant Field Values
-
-