Class LiteralExpressionFactory
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- org.eclipse.persistence.jpa.jpql.parser.AbstractLiteralExpressionFactory
-
- org.eclipse.persistence.jpa.jpql.parser.LiteralExpressionFactory
-
- All Implemented Interfaces:
Comparable<ExpressionFactory>
public final class LiteralExpressionFactory extends AbstractLiteralExpressionFactory
ThisLiteralExpressionFactoryis responsible to return the right literal expression.- Since:
- 2.3
- Version:
- 2.5
- Author:
- Pascal Filion
- See Also:
StringLiteral,InputParameter,NumericLiteral,KeywordExpression,StateFieldPathExpression,IdentificationVariable
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDThe unique identifier of thisLiteralExpressionFactory.
-
Constructor Summary
Constructors Constructor Description LiteralExpressionFactory()Creates a newLiteralExpressionFactory.
-
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 thisLiteralExpressionFactory.- See Also:
- Constant Field Values
-
-