Class IsExpressionFactory
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- org.eclipse.persistence.jpa.jpql.parser.IsExpressionFactory
-
- All Implemented Interfaces:
Comparable<ExpressionFactory>
public final class IsExpressionFactory extends ExpressionFactory
ThisIsExpressionFactory
creates a new expression when the portion of the query to parse starts with IS.- Since:
- 2.3
- Version:
- 2.5
- Author:
- Pascal Filion
- See Also:
EmptyCollectionComparisonExpression
,NullComparisonExpression
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
The unique identifier of thisIsExpressionFactory
.
-
Constructor Summary
Constructors Constructor Description IsExpressionFactory()
Creates a newIsExpressionFactory
.
-
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 thisIsExpressionFactory
.- See Also:
- Constant Field Values
-
-