Class ObjectExpressionFactory
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- org.eclipse.persistence.jpa.jpql.parser.ObjectExpressionFactory
-
- All Implemented Interfaces:
Comparable<ExpressionFactory>
public final class ObjectExpressionFactory extends ExpressionFactory
ThisObjectExpressionFactorycreates a newObjectExpressionwhen the portion of the query to parse starts with OBJECT.- Since:
- 2.3
- Version:
- 2.4
- Author:
- Pascal Filion
- See Also:
ObjectExpression
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDThe unique identifier of thisObjectExpressionFactory.
-
Constructor Summary
Constructors Constructor Description ObjectExpressionFactory()Creates a newObjectExpressionFactory.
-
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 String ID
The unique identifier of thisObjectExpressionFactory.- See Also:
- Constant Field Values
-
-