Uses of Class
org.apache.openjpa.kernel.AbstractStoreQuery

Packages that use AbstractStoreQuery
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel Runtime services for the JDBC OpenJPA implementation. 
org.apache.openjpa.kernel OpenJPA Runtime Kernel This package provides a common OpenJPA runtime environment that can be adapted for use with various data store mechanisms. 
 

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

Subclasses of AbstractStoreQuery in org.apache.openjpa.jdbc.kernel
 class JDBCStoreQuery
          JDBC query implementation.
 class PreparedSQLStoreQuery
          A executor for Prepared SQL Query.
 class SQLStoreQuery
          A SQL query.
 

Uses of AbstractStoreQuery in org.apache.openjpa.kernel
 

Subclasses of AbstractStoreQuery in org.apache.openjpa.kernel
 class ExpressionStoreQuery
          Implementation of an expression-based query, which can handle String-based query expressions such as JPQL and JDOQL.
 class MethodStoreQuery
          A query that is executed by a user-defined method.
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.