org.apache.openjpa.kernel
Class QueryImpl.Compilation

java.lang.Object
  extended by org.apache.openjpa.kernel.QueryImpl.Compilation
All Implemented Interfaces:
Serializable
Enclosing class:
QueryImpl

protected static class QueryImpl.Compilation
extends Object
implements Serializable

Struct of compiled query properties.

See Also:
Serialized Form

Field Summary
 StoreQuery.Executor datastore
           
 StoreQuery.Executor memory
           
 Object storeData
           
 
Constructor Summary
protected QueryImpl.Compilation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

memory

public StoreQuery.Executor memory

datastore

public StoreQuery.Executor datastore

storeData

public Object storeData
Constructor Detail

QueryImpl.Compilation

protected QueryImpl.Compilation()


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