Class ValueExpressionFactory
java.lang.Object
org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationExpressionFactory
org.eclipse.persistence.jpa.jpql.parser.ValueExpressionFactory
- All Implemented Interfaces:
Comparable<ExpressionFactory>
This
ValueExpressionFactory creates a new ValueExpression when the portion of the
query to parse starts with VALUE.- Since:
- 2.3
- Version:
- 2.4
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe unique identifier of thisValueExpressionFactory. -
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 thisValueExpressionFactory.- See Also:
-
-
Constructor Details
-
ValueExpressionFactory
public ValueExpressionFactory()Creates a newValueExpressionFactory.
-
-
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
-