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