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-2008 Apache Software Foundation. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01