Uses of Class
org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
-
Packages that use AbstractStoreQuery.AbstractExecutor Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.kernel OpenJPA Runtime Kernel -
-
Uses of AbstractStoreQuery.AbstractExecutor in org.apache.openjpa.jdbc.kernel
Subclasses of AbstractStoreQuery.AbstractExecutor in org.apache.openjpa.jdbc.kernel Modifier and Type Class Description static classPreparedSQLStoreQuery.PreparedSQLExecutorExecutor of a prepared query uses the QueryExpressions of the original query available via the PreparedQuery.static classSQLStoreQuery.SQLExecutorExecutes the filter as a SQL query.classStoredProcedureQuery.StoredProcedureQueryExecutor -
Uses of AbstractStoreQuery.AbstractExecutor in org.apache.openjpa.kernel
Subclasses of AbstractStoreQuery.AbstractExecutor in org.apache.openjpa.kernel Modifier and Type Class Description static classExpressionStoreQuery.AbstractExpressionExecutorProvides support for queries that hold query information in aQueryExpressionsinstance.static classExpressionStoreQuery.DataStoreExecutorThe DataStoreExecutor executes the query against the implementation's overriddenExpressionStoreQuery.DataStoreExecutor.executeQuery(org.apache.openjpa.kernel.StoreQuery, java.lang.Object[], org.apache.openjpa.kernel.StoreQuery.Range)method.static classExpressionStoreQuery.InMemoryExecutorRuns the expression query in memory.
-