Class GeneralIdentificationExpressionFactory
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationExpressionFactory
-
- All Implemented Interfaces:
Comparable<ExpressionFactory>
- Direct Known Subclasses:
KeyExpressionFactory
,ValueExpressionFactory
public abstract class GeneralIdentificationExpressionFactory extends ExpressionFactory
ThisValueExpressionFactory
creates a general identification variable, which is either with the identifier KEY or VALUE and then checks the existence of a path expression.- Since:
- 2.3
- Version:
- 2.4
- Author:
- Pascal Filion
- See Also:
KeyExpressionFactory
,ValueExpressionFactory
-
-
Constructor Summary
Constructors Constructor Description GeneralIdentificationExpressionFactory(String id, String identifier)
Creates a newGeneralIdentificationExpressionFactory
.
-
Method Summary
-
Methods inherited from class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
compareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toString
-
-