Uses of Class
org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor

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

Uses of ExpressionStoreQuery.AbstractExpressionExecutor in org.apache.openjpa.kernel
 

Subclasses of ExpressionStoreQuery.AbstractExpressionExecutor in org.apache.openjpa.kernel
static class ExpressionStoreQuery.DataStoreExecutor
          The DataStoreExecutor executes the query against the implementation's overridden ExpressionStoreQuery.DataStoreExecutor.executeQuery(org.apache.openjpa.kernel.StoreQuery, java.lang.Object[], org.apache.openjpa.kernel.StoreQuery.Range) method.
 

Uses of ExpressionStoreQuery.AbstractExpressionExecutor in org.apache.openjpa.slice.jdbc
 

Subclasses of ExpressionStoreQuery.AbstractExpressionExecutor in org.apache.openjpa.slice.jdbc
static class DistributedStoreQuery.ParallelExecutor
          Executes queries on multiple databases.
 



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