| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.tools.model.query |
This package contains the
StateObject classes that represents a JPQL query. |
| Modifier and Type | Class and Description |
|---|---|
class |
AdditionExpressionStateObject
TODO:
BNF:
arithmetic_expression ::= arithmetic_expression + arithmetic_term |
class |
DivisionExpressionStateObject
TODO:
BNF:
arithmetic_expression ::= arithmetic_expression / arithmetic_term |
class |
MultiplicationExpressionStateObject
TODO:
BNF:
arithmetic_expression ::= arithmetic_expression * arithmetic_term |
class |
SubtractionExpressionStateObject
TODO:
BNF:
arithmetic_expression ::= arithmetic_expression - arithmetic_term |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.