Class GenericQueryBNF
java.lang.Object
org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
org.eclipse.persistence.jpa.jpql.parser.GenericQueryBNF
A generic
JPQLQueryBNF
can be used to manually create a new BNF without having to create
a concrete instance.- Since:
- 2.4
- Version:
- 2.4
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
children, getExpressionFactory, getExpressionFactoryIds, getExpressionRegistry, getFallbackBNFId, getFallbackExpressionFactoryId, getId, getIdentifiers, handleAggregate, handleCollection, handlesNestedArray, handleSubExpression, hasChild, hasIdentifier, initialize, isCompound, nonCompoundChildren, registerChild, registerExpressionFactory, setCompound, setFallbackBNFId, setFallbackExpressionFactoryId, setHandleAggregate, setHandleCollection, setHandleNestedArray, setHandleSubExpression, toString, toString
-
Constructor Details
-
GenericQueryBNF
Creates a newGenericQueryBNF
.- Parameters:
id
- The unique identifier of this BNF
-