Uses of Class
org.apache.openjpa.kernel.AbstractStoreQuery.AbstractExecutor
Package
Description
OpenJPA-JDBC Runtime Kernel
OpenJPA Runtime Kernel
-
Uses of AbstractStoreQuery.AbstractExecutor in org.apache.openjpa.jdbc.kernel
Modifier and TypeClassDescriptionstatic class
Executor of a prepared query uses the QueryExpressions of the original query available via the PreparedQuery.static class
Executes the filter as a SQL query.class
-
Uses of AbstractStoreQuery.AbstractExecutor in org.apache.openjpa.kernel
Modifier and TypeClassDescriptionstatic class
Provides support for queries that hold query information in aQueryExpressions
instance.static class
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
Runs the expression query in memory.