Module eclipselink
Class InternalRightPositionExpressionBNF
java.lang.Object
org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
org.eclipse.persistence.jpa.jpql.parser.InternalRightPositionExpressionBNF
The query BNF for the position parameters of the
JPA 3.2:
RIGHT expression.
JPA 3.2:
BNF ::= RIGHT(string_expression, simple_arithmetic_expression)
- Author:
- Radek Felcman
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a newInternalRightPositionExpressionBNF. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidInitializes this BNF by registering childJPQLQueryBNFsandExpressionFactories.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, isCompound, nonCompoundChildren, registerChild, registerExpressionFactory, setCompound, setFallbackBNFId, setFallbackExpressionFactoryId, setHandleAggregate, setHandleCollection, setHandleNestedArray, setHandleSubExpression, toString, toString
-
Field Details
-
ID
The unique identifier of this BNF rule.- See Also:
-
-
Constructor Details
-
InternalRightPositionExpressionBNF
public InternalRightPositionExpressionBNF()Creates a newInternalRightPositionExpressionBNF.
-
-
Method Details
-
initialize
protected void initialize()Description copied from class:JPQLQueryBNFInitializes this BNF by registering childJPQLQueryBNFsandExpressionFactories.- Overrides:
initializein classJPQLQueryBNF
-