public final class InternalLocateStringExpressionBNF extends JPQLQueryBNF
LOCATE expression.
JPA 1.0, 2.0:
expression ::= LOCATE(string_primary, string_primary [, simple_arithmetic_expression])JPA 2.1:
expression ::= LOCATE(string_expression, string_expression [, arithmetic_expression])| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID
The unique identifier of this BNF rule.
|
| Constructor and Description |
|---|
InternalLocateStringExpressionBNF()
Creates a new
InternalLocateStringExpressionBNF. |
children, getExpressionFactory, getExpressionFactoryIds, getExpressionRegistry, getFallbackBNFId, getFallbackExpressionFactoryId, getId, getIdentifiers, handleAggregate, handleCollection, handlesNestedArray, handleSubExpression, hasChild, hasIdentifier, isCompound, nonCompoundChildren, setCompound, setFallbackBNFId, setFallbackExpressionFactoryId, setHandleAggregate, setHandleCollection, setHandleNestedArray, setHandleSubExpression, toStringpublic static final java.lang.String ID
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference