Class RegexpExpressionFactory
- java.lang.Object
-
- org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- org.eclipse.persistence.jpa.jpql.parser.RegexpExpressionFactory
-
- All Implemented Interfaces:
java.lang.Comparable<ExpressionFactory>
public final class RegexpExpressionFactory extends ExpressionFactory
ThisRegexpExpressionFactory
creates a newRegexpExpression
when the portion of the query to parse starts with REGEXP.- Since:
- 2.4
- Version:
- 2.4
- Author:
- James Sutherland
- See Also:
RegexpExpression
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ID
The unique identifier of thisRegexpExpressionFactory
.
-
Constructor Summary
Constructors Constructor Description RegexpExpressionFactory()
Creates a newRegexpExpressionFactory
.
-
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 thisRegexpExpressionFactory
.- See Also:
- Constant Field Values
-
-