Class ExpContext
- java.lang.Object
-
- org.apache.openjpa.jdbc.kernel.exps.ExpContext
-
public class ExpContext extends java.lang.Object
Expression tree context.- Author:
- Abe White
-
-
Field Summary
Fields Modifier and Type Field Description JDBCFetchConfiguration
fetch
Fetch configuration.boolean
isVerticalStrat
java.lang.Object[]
params
Parameters to query.JDBCStore
store
Store.ClassMapping
tpcMeta
-
Constructor Summary
Constructors Constructor Description ExpContext()
ExpContext(JDBCStore store, java.lang.Object[] params, JDBCFetchConfiguration fetch)
-
-
-
Field Detail
-
store
public JDBCStore store
Store.
-
params
public java.lang.Object[] params
Parameters to query.
-
fetch
public JDBCFetchConfiguration fetch
Fetch configuration.
-
tpcMeta
public ClassMapping tpcMeta
-
isVerticalStrat
public boolean isVerticalStrat
-
-
Constructor Detail
-
ExpContext
public ExpContext()
-
ExpContext
public ExpContext(JDBCStore store, java.lang.Object[] params, JDBCFetchConfiguration fetch)
-
-