| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openjpa.jdbc.kernel.exps.ExpContext
public class ExpContext
Expression tree context.
| Field Summary | |
|---|---|
|  JDBCFetchConfiguration | fetchFetch configuration. | 
|  java.lang.Object[] | paramsParameters to query. | 
|  JDBCStore | storeStore. | 
| Constructor Summary | |
|---|---|
| ExpContext() | |
| ExpContext(JDBCStore store,
           java.lang.Object[] params,
           JDBCFetchConfiguration fetch) | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public JDBCStore store
public java.lang.Object[] params
public JDBCFetchConfiguration fetch
| Constructor Detail | 
|---|
public ExpContext()
public ExpContext(JDBCStore store,
                  java.lang.Object[] params,
                  JDBCFetchConfiguration fetch)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||