Class AbstractLiteralExpressionFactory
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- org.eclipse.persistence.jpa.jpql.parser.AbstractLiteralExpressionFactory
-
- All Implemented Interfaces:
Comparable<ExpressionFactory>
- Direct Known Subclasses:
CollectionValuedPathExpressionFactory,EntityTypeLiteralFactory,JoinCollectionValuedPathExpressionFactory,LiteralExpressionFactory,StateFieldPathExpressionFactory
public abstract class AbstractLiteralExpressionFactory extends ExpressionFactory
This factory is responsible to return the right literal expression.- Since:
- 2.3
- Version:
- 2.5
- Author:
- Pascal Filion
- See Also:
StringLiteral,InputParameter,NumericLiteral,KeywordExpression,StateFieldPathExpression,IdentificationVariable
-
-
Method Summary
-
Methods inherited from class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
compareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toString
-
-