|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.openjpa.jdbc.kernel.exps | |
---|---|
org.apache.openjpa.jdbc.kernel | OpenJPA-JDBC Runtime Kernel |
org.apache.openjpa.jdbc.kernel.exps | OpenJPA-JDBC Expression Tree |
org.apache.openjpa.jdbc.sql | OpenJPA-JDBC SQL Abstraction |
Classes in org.apache.openjpa.jdbc.kernel.exps used by org.apache.openjpa.jdbc.kernel | |
---|---|
ExpContext
Expression tree context. |
|
QueryExpressionsState
Struct to hold the state of a query expressions instance. |
Classes in org.apache.openjpa.jdbc.kernel.exps used by org.apache.openjpa.jdbc.kernel.exps | |
---|---|
AbstractVal
Abstract value for easy extension. |
|
BinaryOpExpState
Expression tree state for a binary operator. |
|
BindVariableExpression
Binds a variable to a value. |
|
CollectionParam
A collection-valued input parameter in an in-expression. |
|
CompareEqualExpression
Compares two values for equality. |
|
Const
A literal or parameter in the filter. |
|
Const.ConstExpState
Constant expression state. |
|
ContainsExpression
Tests whether one value contains another. |
|
EmptyExpression
An empty expression. |
|
EqualExpression
Compares two values. |
|
Exp
An Expression represents a query ready for execution. |
|
ExpContext
Expression tree context. |
|
ExpState
Expression tree state. |
|
FilterValue
The simplified public view of any non-operator in a query filter, including constants, variables, and object fields. |
|
InExpression
Tests whether a value is IN a collection. |
|
JDBCAggregateListener
JDBC extension to the AggregateListener . |
|
JDBCFilterListener
JDBC extension to the FilterListener . |
|
JDBCPath
A path represents a traversal into fields of a candidate object. |
|
PCPath
A path represents a traversal into fields of a candidate object. |
|
QueryExpressionsState
Struct to hold the state of a query expressions instance. |
|
SelectConstructor
Turns parsed queries into selects. |
|
SQLEmbed
Simple listener which embeds its SQL argument into the query. |
|
StringFunction
A JDBC string function. |
|
SubQ
A subquery. |
|
UnaryOp
Value produced by a unary operation on a value. |
|
Val
A Value represents any non-operator in a query filter, including constants, variables, and object fields. |
|
Variable
A variable in a filter. |
Classes in org.apache.openjpa.jdbc.kernel.exps used by org.apache.openjpa.jdbc.sql | |
---|---|
ExpContext
Expression tree context. |
|
ExpState
Expression tree state. |
|
FilterValue
The simplified public view of any non-operator in a query filter, including constants, variables, and object fields. |
|
Val
A Value represents any non-operator in a query filter, including constants, variables, and object fields. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |