Class OrderSiblingsByClauseFactory
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClauseFactory
-
- All Implemented Interfaces:
Comparable<ExpressionFactory>
public final class OrderSiblingsByClauseFactory extends ExpressionFactory
ThisOrderSiblingsByClauseFactory
creates a newOrderSiblingsByClause
when the portion of the query to parse starts with ORDER SIBLINGS BY.- Since:
- 2.3
- Version:
- 2.4
- Author:
- Pascal Filion
- See Also:
OrderByClause
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
The unique identifier of thisOrderSiblingsByClauseFactory
.
-
Constructor Summary
Constructors Constructor Description OrderSiblingsByClauseFactory()
Creates a newOrderSiblingsByClauseFactory
.
-
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 thisOrderSiblingsByClauseFactory
.- See Also:
- Constant Field Values
-
-