Class UnionClauseFactory
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- org.eclipse.persistence.jpa.jpql.parser.UnionClauseFactory
-
- All Implemented Interfaces:
Comparable<ExpressionFactory>
public final class UnionClauseFactory extends ExpressionFactory
ThisUnionClauseFactorycreates a newUnionClausewhen the portion of the query to parse starts with UNION,INTERSECTorEXCEPT.- Since:
- 2.4
- Version:
- 2.4
- Author:
- James Sutherland
- See Also:
UnionClause
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDThe unique identifier of thisUnionClauseFactory.
-
Constructor Summary
Constructors Constructor Description UnionClauseFactory()Creates a newUnionClauseFactory.
-
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 thisUnionClauseFactory.- See Also:
- Constant Field Values
-
-