Uses of Class
org.apache.openjpa.jdbc.kernel.SQLStoreQuery

Packages that use SQLStoreQuery
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel 
org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. 
 

Uses of SQLStoreQuery in org.apache.openjpa.jdbc.kernel
 

Subclasses of SQLStoreQuery in org.apache.openjpa.jdbc.kernel
 class PreparedSQLStoreQuery
          A executor for Prepared SQL Query.
 

Constructors in org.apache.openjpa.jdbc.kernel with parameters of type SQLStoreQuery
SQLStoreQuery.SQLExecutor(SQLStoreQuery q, ClassMetaData candidate)
           
 

Uses of SQLStoreQuery in org.apache.openjpa.slice.jdbc
 

Subclasses of SQLStoreQuery in org.apache.openjpa.slice.jdbc
(package private)  class DistributedSQLStoreQuery
          A query for distributed databases.
 



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