Class InExpressionExpressionBNF
java.lang.Object
org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
org.eclipse.persistence.jpa.jpql.parser.InExpressionExpressionBNF
The query BNF describes the expression being tested by the 
IN expression.
 JPA 1.0:
BNF: 
 JPA 2.0
 in_expression ::= state_field_path_expression [NOT] IN(in_item {, in_item}* | subquery)BNF: 
in_expression ::= {state_field_path_expression | type_discriminator} [NOT] IN { ( in_item {, in_item}* ) | (subquery) | collection_valued_input_parameter }- Since:
- 2.4
- Version:
- 2.4
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidInitializes this BNF by registering childJPQLQueryBNFsandExpressionFactories.Methods inherited from class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNFchildren, getExpressionFactory, getExpressionFactoryIds, getExpressionRegistry, getFallbackBNFId, getFallbackExpressionFactoryId, getId, getIdentifiers, handleAggregate, handleCollection, handlesNestedArray, handleSubExpression, hasChild, hasIdentifier, isCompound, nonCompoundChildren, registerChild, registerExpressionFactory, setCompound, setFallbackBNFId, setFallbackExpressionFactoryId, setHandleAggregate, setHandleCollection, setHandleNestedArray, setHandleSubExpression, toString, toString
- 
Field Details- 
IDThe unique identifier of thisInExpressionExpressionBNF.- See Also:
 
 
- 
- 
Constructor Details- 
InExpressionExpressionBNFpublic InExpressionExpressionBNF()Creates a newInExpressionExpressionBNF.
 
- 
- 
Method Details- 
initializeprotected void initialize()Description copied from class:JPQLQueryBNFInitializes this BNF by registering childJPQLQueryBNFsandExpressionFactories.- Overrides:
- initializein class- JPQLQueryBNF
 
 
-