| Package | Description | 
|---|---|
| org.apache.openjpa.jdbc.kernel.exps | 
 OpenJPA-JDBC Expression Tree 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Select | 
SelectConstructor.evaluate(ExpContext ctx,
        Select parent,
        String alias,
        QueryExpressions exps,
        QueryExpressionsState state)
Evaluate the expression, returning a new select and filling in any
 associated expression state. 
 | 
void | 
SelectConstructor.select(Select sel,
      ExpContext ctx,
      ClassMapping mapping,
      boolean subclasses,
      QueryExpressions exps,
      QueryExpressionsState state,
      int eager)
Select the data for this query. 
 | 
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.