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