Uses of Interface
org.apache.openjpa.kernel.QueryOperations
Packages that use QueryOperations
Package
Description
OpenJPA Data Cache
OpenJPA-JDBC Runtime Kernel
OpenJPA Runtime Kernel
Extended OpenJPA Interfaces for distributed databases.
-
Uses of QueryOperations in org.apache.openjpa.datacache
Classes in org.apache.openjpa.datacache that implement QueryOperationsModifier and TypeClassDescriptionclass
AStoreQuery
implementation that caches the OIDs involved in the query, and can determine whether or not the query has been dirtied. -
Uses of QueryOperations in org.apache.openjpa.jdbc.kernel
Classes in org.apache.openjpa.jdbc.kernel that implement QueryOperationsModifier and TypeClassDescriptionclass
JDBC query implementation.class
A executor for Prepared SQL Query.class
A SQL query.class
Executes a stored procedure. -
Uses of QueryOperations in org.apache.openjpa.kernel
Subinterfaces of QueryOperations in org.apache.openjpa.kernelModifier and TypeInterfaceDescriptioninterface
OpenJPA query interface.interface
Component that executes queries against the datastore.Classes in org.apache.openjpa.kernel that implement QueryOperationsModifier and TypeClassDescriptionclass
AbstractStoreQuery
that implements most methods as no-ops.class
Delegating query that can also perform exception translation for use in facades.class
Implementation of an expression-based query, which can handle String-based query expressions such as JPQL and JDOQL.class
A query that is executed by a user-defined method.class
Implementation of theQuery
interface. -
Uses of QueryOperations in org.apache.openjpa.slice
Classes in org.apache.openjpa.slice that implement QueryOperations