|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JDBCStoreQuery | |
---|---|
org.apache.openjpa.jdbc.kernel.exps | OpenJPA-JDBC Expression Tree |
Uses of JDBCStoreQuery in org.apache.openjpa.jdbc.kernel.exps |
---|
Methods in org.apache.openjpa.jdbc.kernel.exps with parameters of type JDBCStoreQuery | |
---|---|
Select |
JDBCExpressionFactory.evaluate(JDBCStoreQuery q,
JDBCFetchConfiguration fetch,
org.apache.openjpa.kernel.exps.QueryExpressions exps,
java.lang.Object[] params)
Evaluate the expression, returning a SQL select with the proper conditions. |
void |
JDBCExpressionFactory.select(JDBCStoreQuery q,
ClassMapping mapping,
boolean subclasses,
Select sel,
org.apache.openjpa.kernel.exps.QueryExpressions exps,
java.lang.Object[] params,
JDBCFetchConfiguration fetch,
int eager)
Select the data for this query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |