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:
Comparable<ExpressionFactory>
This
KeyExpressionFactory
creates a new KeyExpression
when the portion of the
query to parse starts with KEY.- Since:
- 2.3
- Version:
- 2.4
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The unique identifier of thisKeyExpressionFactory
. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
ID
The unique identifier of thisKeyExpressionFactory
.- See Also:
-
-
Constructor Details
-
KeyExpressionFactory
public KeyExpressionFactory()Creates a newKeyExpressionFactory
.
-
-
Method Details
-
buildExpression
Description copied from class:GeneralIdentificationExpressionFactory
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
-