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
FieldsModifier and TypeFieldDescriptionstatic final StringThe unique identifier of thisKeyExpressionFactory. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractExpressionbuildExpression(AbstractExpression parent) Creates the actual expression this factory manages.Methods inherited from class org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationExpressionFactory
buildExpressionMethods 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:GeneralIdentificationExpressionFactoryCreates the actual expression this factory manages.- Specified by:
buildExpressionin classGeneralIdentificationExpressionFactory- Parameters:
parent- The parent of this expression- Returns:
- The
Expressionthis factory manages
-