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
Modifier and TypeFieldDescriptionstatic final String
The unique identifier of thisValueExpressionFactory
. -
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 thisValueExpressionFactory
.- See Also:
-
-
Constructor Details
-
ValueExpressionFactory
public ValueExpressionFactory()Creates a newValueExpressionFactory
.
-
-
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
-