|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF
org.eclipse.persistence.jpa.internal.jpql.parser.ConditionalTermBNF
public final class ConditionalTermBNF
The query BNF for a conditional term expression.
conditional_term ::= conditional_factor | conditional_term AND conditional_factor
| Field Summary | |
|---|---|
static java.lang.String |
IDThe unique identifier of this BNF rule. |
| Constructor Summary | |
|---|---|
ConditionalTermBNF()Creates a new ConditionalTermBNF. |
|
| Method Summary | |
|---|---|
(package private) java.lang.String |
getFallbackBNFId()When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one. |
boolean |
handleAggregate()Determines whether the Expression handles a collection of sub-expressions that are aggregated by logical or arithmetic operators. |
(package private) void |
initialize()Initializes this BNF rule by registering child BNF rules and expression factories. |
| Methods inherited from class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF |
|---|
addChildren, children, expressionFactory, expressionFactoryIds, getFallbackExpressionFactoryId, getId, handleCollection, hasIdentifier, identifiers, isCompound, nonCompoundChildren, registerChild, registerExpressionFactory, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ID
| Constructor Detail |
|---|
ConditionalTermBNF()
ConditionalTermBNF.| Method Detail |
|---|
java.lang.String getFallbackBNFId()
JPQLQueryBNFs can help to parse the query, then it will fall back on this one.getFallbackBNFId in class JPQLQueryBNFJPQLQueryBNF to use in the last resortpublic boolean handleAggregate()
Expression handles a collection of sub-expressions that are aggregated by logical or arithmetic operators.handleAggregate in class JPQLQueryBNFtrue if the sub-expression to parse might have several logical and/or arithmetic expressions; false otherwisevoid initialize()
BNF rules and expression factories.initialize in class JPQLQueryBNF
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||