| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Const | |
|---|---|
| org.apache.openjpa.jdbc.kernel.exps | OpenJPA-JDBC Expression Tree | 
| Uses of Const in org.apache.openjpa.jdbc.kernel.exps | 
|---|
| Subclasses of Const in org.apache.openjpa.jdbc.kernel.exps | |
|---|---|
|  class | CollectionParamA collection-valued input parameter in an in-expression. | 
| (package private)  class | ConstGetObjectIdObtaining the object id of a constant. | 
| (package private)  class | ConstPathA field traversal starting with a constant filter parameter. | 
| (package private)  class | CurrentDateA literal current DATE/TIME/TIMESTAMP value in a filter. | 
|  class | LitA literal value in a filter. | 
|  class | NullA literal null value in a filter. | 
|  class | ParamA parameter in a filter. | 
|  class | TypeLitA type literal value. | 
| Methods in org.apache.openjpa.jdbc.kernel.exps that return Const | |
|---|---|
|  Const | InExpression.getConstant()Constant collection. | 
| Constructors in org.apache.openjpa.jdbc.kernel.exps with parameters of type Const | |
|---|---|
| ConstGetObjectId(Const constant)Constructor. | |
| ConstInstanceofExpression(Const val,
                          Class cls)Constructor. | |
| ConstPath(Const constant)Constructor. | |
| InExpression(Val val,
             Const constant)Constructor. | |
| InKeyExpression(Val val,
                Const constant)Constructor. | |
| InValueExpression(Val val,
                  Const constant)Constructor. | |
| MatchesExpression(Val val,
                  Const con,
                  String single,
                  String multi,
                  String escape)Constructor. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||