Uses of Interface
org.apache.openjpa.kernel.QueryOperations
-
Packages that use QueryOperations Package Description org.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases. -
-
Uses of QueryOperations in org.apache.openjpa.datacache
Classes in org.apache.openjpa.datacache that implement QueryOperations Modifier and Type Class Description classQueryCacheStoreQueryAStoreQueryimplementation 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 QueryOperations Modifier and Type Class Description classJDBCStoreQueryJDBC query implementation.classPreparedSQLStoreQueryA executor for Prepared SQL Query.classSQLStoreQueryA SQL query.classStoredProcedureQueryExecutes a stored procedure. -
Uses of QueryOperations in org.apache.openjpa.kernel
Subinterfaces of QueryOperations in org.apache.openjpa.kernel Modifier and Type Interface Description interfaceQueryOpenJPA query interface.interfaceStoreQueryComponent that executes queries against the datastore.Classes in org.apache.openjpa.kernel that implement QueryOperations Modifier and Type Class Description classAbstractStoreQueryAbstractStoreQuerythat implements most methods as no-ops.classDelegatingQueryDelegating query that can also perform exception translation for use in facades.classExpressionStoreQueryImplementation of an expression-based query, which can handle String-based query expressions such as JPQL and JDOQL.classMethodStoreQueryA query that is executed by a user-defined method.classQueryImplImplementation of theQueryinterface. -
Uses of QueryOperations in org.apache.openjpa.slice
Classes in org.apache.openjpa.slice that implement QueryOperations Modifier and Type Class Description classDistributedQueryImplExtension with slice locking policy.
-