Class TableExpressionFactory
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- org.eclipse.persistence.jpa.jpql.parser.TableExpressionFactory
-
- All Implemented Interfaces:
Comparable<ExpressionFactory>
public final class TableExpressionFactory extends ExpressionFactory
ThisTableExpressionFactorycreates a newTableExpression.- Since:
- 2.4
- Version:
- 2.4
- Author:
- James Sutherland
- See Also:
TableExpression
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDThe unique identifier of thisTableExpressionFactory.
-
Constructor Summary
Constructors Constructor Description TableExpressionFactory()Creates a newTableExpressionFactory.
-
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 thisTableExpressionFactory.- See Also:
- Constant Field Values
-
-