Class AsOfClauseFactory
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- org.eclipse.persistence.jpa.jpql.parser.AsOfClauseFactory
-
- All Implemented Interfaces:
java.lang.Comparable<ExpressionFactory>
public final class AsOfClauseFactory extends ExpressionFactory
ThisAsOfClauseFactory
creates a newAsOfClause
when the portion of the JPQL query to parse starts with AS OF.- Since:
- 2.5
- Version:
- 2.5
- Author:
- Pascal Filion
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ID
The unique identifier of thisAsOfClauseFactory
.
-
Constructor Summary
Constructors Constructor Description AsOfClauseFactory()
Creates a newAsOfClauseFactory
.
-
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 thisAsOfClauseFactory
.- See Also:
- Constant Field Values
-
-