See: Description
| Interface | Description | 
|---|---|
| ExpressionNode | 
 Represents a node in the translated query expression tree. 
 | 
| Class | Description | 
|---|---|
| AggregationFunction | 
 An aggregation function representation. 
 | 
| BinaryExpression | 
 Represents a binary expression. 
 | 
| BindVariableExpression | 
 Represents a JPQL bound variable expression node. 
 | 
| ContainsExpression | 
 Represents a JPQL contains (MEMBER OF) expression. 
 | 
| EmptyExpression | 
 Represents an empty expression where there's no WHERE clause. 
 | 
| FieldPathNode | 
 Represents a field path in the expression tree. 
 | 
| InnerQuery | 
 Represents an inner query (subquery) in OpenJPA's expression tree. 
 | 
| LiteralValueNode | 
 Represents a literal value node in the transalated query expression tree. 
 | 
| LogicalExpression | 
 Represents a logical expression (AND/OR) in the translated query expression tree. 
 | 
| MatchesExpression | 
 Represents a LIKE expression in a JPQL query. 
 | 
| NotMatchesExpression | 
 Represents a NOT LIKE expression in a JPQL query. 
 | 
| NullValueNode | 
 Represents a NULL value node in the translated query expression tree. 
 | 
| ParameterNode | 
 Represents a parameter node in the translated query expression tree. 
 | 
| QueryExpressionFactory | 
 Defines the way the translated expression tree is built by OpenJPA. 
 | 
| SpaceProjectionResultObjectProvider | 
 A wrapper for holding JPQL projection query result set (aggregation...) 
 | 
| SpaceResultObjectProvider | 
 A wrapper for holding JPQL queries result set. 
 | 
| Variable | 
 Represents a variable (Pojo) in the translated query expression tree. 
 | 
| Enum | Description | 
|---|---|
| AggregationFunction.AggregationType | 
 Aggregation function type 
 | 
| BinaryExpression.ExpressionType | |
| ExpressionNode.NodeType | 
 Represents the node type in the translated query expression tree. 
 | 
Copyright © GigaSpaces.