Class GeneralIdentificationExpressionFactory
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationExpressionFactory
-
- All Implemented Interfaces:
java.lang.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(java.lang.String id, java.lang.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
-
-
-
-
Constructor Detail
-
GeneralIdentificationExpressionFactory
public GeneralIdentificationExpressionFactory(java.lang.String id, java.lang.String identifier)
Creates a newGeneralIdentificationExpressionFactory
.- Parameters:
id
- The unique identifier of thisExpressionFactory
identifier
- The JPQL identifier handled by this factory
-
-