Uses of Class
org.apache.openjpa.kernel.ExpressionStoreQuery.AbstractExpressionExecutor
-
Packages that use ExpressionStoreQuery.AbstractExpressionExecutor Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.kernel OpenJPA Runtime Kernel -
-
Uses of ExpressionStoreQuery.AbstractExpressionExecutor in org.apache.openjpa.jdbc.kernel
Subclasses of ExpressionStoreQuery.AbstractExpressionExecutor in org.apache.openjpa.jdbc.kernel Modifier and Type Class Description static class
PreparedSQLStoreQuery.PreparedSQLExecutor
Executor of a prepared query uses the QueryExpressions of the original query available via the PreparedQuery. -
Uses of ExpressionStoreQuery.AbstractExpressionExecutor in org.apache.openjpa.kernel
Subclasses of ExpressionStoreQuery.AbstractExpressionExecutor in org.apache.openjpa.kernel Modifier and Type Class Description static class
ExpressionStoreQuery.DataStoreExecutor
The 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 class
ExpressionStoreQuery.InMemoryExecutor
Runs the expression query in memory.
-