Class InternalOrderByItemFactory
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- org.eclipse.persistence.jpa.jpql.parser.InternalOrderByItemFactory
-
- All Implemented Interfaces:
java.lang.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
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ID
The unique identifier of thisInternalOrderByItemFactory
.
-
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 java.lang.String ID
The unique identifier of thisInternalOrderByItemFactory
.- See Also:
- Constant Field Values
-
-