Save This Page
Home » apache-openjpa-1.1.0-source » org.apache.openjpa.jdbc » kernel » [javadoc | source]
org.apache.openjpa.jdbc.kernel
public class: SQLStoreQuery [javadoc | source]
java.lang.Object
   org.apache.openjpa.kernel.AbstractStoreQuery
      org.apache.openjpa.jdbc.kernel.SQLStoreQuery

All Implemented Interfaces:
    StoreQuery

A SQL query.
Nested Class Summary:
protected static class  SQLStoreQuery.SQLExecutor  Executes the filter as a SQL query. 
Fields inherited from org.apache.openjpa.kernel.AbstractStoreQuery:
ctx
Constructor:
 public SQLStoreQuery(JDBCStore store) 
    Construct a query managed by the given context.
Method from org.apache.openjpa.jdbc.kernel.SQLStoreQuery Summary:
getStore,   newDataStoreExecutor,   requiresCandidateType,   requiresParameterDeclarations,   supportsDataStoreExecution,   supportsParameterDeclarations
Methods from org.apache.openjpa.kernel.AbstractStoreQuery:
getAggregateListener,   getContext,   getFilterListener,   invalidateCompilation,   newCompilation,   newCompilationKey,   newDataStoreExecutor,   newInMemoryExecutor,   populateFromCompilation,   requiresCandidateType,   requiresParameterDeclarations,   setContext,   setQuery,   supportsAbstractExecutors,   supportsDataStoreExecution,   supportsInMemoryExecution,   supportsParameterDeclarations
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.openjpa.jdbc.kernel.SQLStoreQuery Detail:
 public JDBCStore getStore() 
 public Executor newDataStoreExecutor(ClassMetaData meta,
    boolean subclasses) 
 public boolean requiresCandidateType() 
 public boolean requiresParameterDeclarations() 
 public boolean supportsDataStoreExecution() 
 public boolean supportsParameterDeclarations()