Package org.apache.openjpa.kernel
Class QueryImpl.Compilation
- java.lang.Object
-
- org.apache.openjpa.kernel.QueryImpl.Compilation
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- QueryImpl
protected static class QueryImpl.Compilation extends java.lang.Object implements java.io.Serializable
Struct of compiled query properties.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description StoreQuery.Executor
datastore
StoreQuery.Executor
memory
java.lang.Object
storeData
-
Constructor Summary
Constructors Modifier Constructor Description protected
Compilation()
-
-
-
Field Detail
-
memory
public StoreQuery.Executor memory
-
datastore
public StoreQuery.Executor datastore
-
storeData
public java.lang.Object storeData
-
-