| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
PreparedSQLStoreQuery.PreparedSQLExecutor
Executor of a prepared query uses the QueryExpressions of the original query
 available via the PreparedQuery. 
 | 
static class  | 
SQLStoreQuery.SQLExecutor
Executes the filter as a SQL query. 
 | 
class  | 
StoredProcedureQuery.StoredProcedureQueryExecutor  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ExpressionStoreQuery.AbstractExpressionExecutor
Provides support for queries that hold query information
 in a  
QueryExpressions instance. | 
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. | 
static class  | 
ExpressionStoreQuery.InMemoryExecutor
Runs the expression query in memory. 
 | 
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.