Class UpdateStatementFactory
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- org.eclipse.persistence.jpa.jpql.parser.UpdateStatementFactory
-
- All Implemented Interfaces:
java.lang.Comparable<ExpressionFactory>
public final class UpdateStatementFactory extends ExpressionFactory
ThisUpdateStatementFactory
creates a newUpdateStatement
when the portion of the query to parse starts with UPDATE.- Since:
- 2.3
- Version:
- 2.4
- Author:
- Pascal Filion
- See Also:
UpdateStatement
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ID
The unique identifier of thisUpdateStatementFactory
.
-
Constructor Summary
Constructors Constructor Description UpdateStatementFactory()
Creates a newUpdateStatementFactory
.
-
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 java.lang.String ID
The unique identifier of thisUpdateStatementFactory
.- See Also:
- Constant Field Values
-
-