Class UnknownExpressionFactory
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- org.eclipse.persistence.jpa.jpql.parser.UnknownExpressionFactory
-
- All Implemented Interfaces:
java.lang.Comparable<ExpressionFactory>
public final class UnknownExpressionFactory extends ExpressionFactory
ThisUnknownExpressionFactory
creates a newUnknownExpression
when the portion of the query to parse is unknown.- Since:
- 2.3
- Version:
- 2.4
- Author:
- Pascal Filion
- See Also:
UnknownExpression
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ID
The unique identifier of thisUnknownExpressionFactory
.
-
Constructor Summary
Constructors Constructor Description UnknownExpressionFactory()
Creates a newUnknownExpressionFactory
.
-
Method Summary
-
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 thisUnknownExpressionFactory
.- See Also:
- Constant Field Values
-
-