Uses of Interface
org.apache.openjpa.kernel.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
Modifier 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
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
OpenJPA query interface.interface
Component that executes queries against the datastore.Modifier 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