org.apache.openjpa.jdbc.kernel.exps
Class ExpContext

java.lang.Object
  extended by org.apache.openjpa.jdbc.kernel.exps.ExpContext

public class ExpContext
extends Object

Expression tree context.

Author:
Abe White

Field Summary
 JDBCFetchConfiguration fetch
          Fetch configuration.
 Object[] params
          Parameters to query.
 JDBCStore store
          Store.
 
Constructor Summary
ExpContext()
           
ExpContext(JDBCStore store, 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

store

public JDBCStore store
Store.


params

public Object[] params
Parameters to query.


fetch

public JDBCFetchConfiguration fetch
Fetch configuration.

Constructor Detail

ExpContext

public ExpContext()

ExpContext

public ExpContext(JDBCStore store,
                  Object[] params,
                  JDBCFetchConfiguration fetch)


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.