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