Class KeyExpressionFactory
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationExpressionFactory
-
- org.eclipse.persistence.jpa.jpql.parser.KeyExpressionFactory
-
- All Implemented Interfaces:
java.lang.Comparable<ExpressionFactory>
public final class KeyExpressionFactory extends GeneralIdentificationExpressionFactory
ThisKeyExpressionFactory
creates a newKeyExpression
when the portion of the query to parse starts with KEY.- Version:
- 2.4
- See Also:
KeyExpression
- Author:
- Pascal Filion
- Since:
- 2.3
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ID
The unique identifier of thisKeyExpressionFactory
.
-
Constructor Summary
Constructors Constructor Description KeyExpressionFactory()
Creates a newKeyExpressionFactory
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractExpression
buildExpression(AbstractExpression parent)
Creates the actual expression this factory manages.-
Methods inherited from class org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationExpressionFactory
buildExpression
-
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 thisKeyExpressionFactory
.- See Also:
- Constant Field Values
-
-
Method Detail
-
buildExpression
protected AbstractExpression buildExpression(AbstractExpression parent)
Creates the actual expression this factory manages.- Specified by:
buildExpression
in classGeneralIdentificationExpressionFactory
- Parameters:
parent
- The parent of this expression- Returns:
- The
Expression
this factory manages
-
-