Class AllOrAnyExpressionFactory
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpressionFactory
-
- All Implemented Interfaces:
Comparable<ExpressionFactory>
public final class AllOrAnyExpressionFactory extends ExpressionFactory
ThisAllOrAnyExpressionFactorycreates a newAllOrAnyExpressionwhen the portion of the query to parse starts with ALL, ANY or SOME.- Since:
- 2.3
- Version:
- 2.5
- Author:
- Pascal Filion
- See Also:
AllOrAnyExpression
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDThe unique identifier of thisAllOrAnyExpressionFactory.
-
Constructor Summary
Constructors Constructor Description AllOrAnyExpressionFactory()Creates a newAndExpressionFactory.
-
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 thisAllOrAnyExpressionFactory.- See Also:
- Constant Field Values
-
-