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 TypeClassDescriptionclassAStoreQueryimplementation 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 TypeClassDescriptionclassJDBC query implementation.classA executor for Prepared SQL Query.classA SQL query.classExecutes a stored procedure. -
Uses of QueryOperations in org.apache.openjpa.kernel
Subinterfaces of QueryOperations in org.apache.openjpa.kernelModifier and TypeInterfaceDescriptioninterfaceOpenJPA query interface.interfaceComponent that executes queries against the datastore.Classes in org.apache.openjpa.kernel that implement QueryOperationsModifier and TypeClassDescriptionclassAbstractStoreQuerythat implements most methods as no-ops.classDelegating query that can also perform exception translation for use in facades.classImplementation of an expression-based query, which can handle String-based query expressions such as JPQL and JDOQL.classA query that is executed by a user-defined method.classImplementation of theQueryinterface. -
Uses of QueryOperations in org.apache.openjpa.slice
Classes in org.apache.openjpa.slice that implement QueryOperations