Package | Description |
---|---|
org.apache.openjpa.datacache |
OpenJPA Data Cache
|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
|
org.apache.openjpa.slice |
Extended OpenJPA Interfaces for distributed databases.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryCacheStoreQuery
A
StoreQuery implementation that caches the OIDs involved in
the query, and can determine whether or not the query has been dirtied. |
Modifier and Type | Class and Description |
---|---|
class |
JDBCStoreQuery
JDBC query implementation.
|
class |
PreparedSQLStoreQuery
A executor for Prepared SQL Query.
|
class |
SQLStoreQuery
A SQL query.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Query
OpenJPA query interface.
|
interface |
StoreQuery
Component that executes queries against the datastore.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStoreQuery
Abstract
StoreQuery that implements most methods as no-ops. |
class |
DelegatingQuery
Delegating query that can also perform exception translation
for use in facades.
|
class |
ExpressionStoreQuery
Implementation of an expression-based query, which can handle
String-based query expressions such as JPQL and JDOQL.
|
class |
MethodStoreQuery
A query that is executed by a user-defined method.
|
class |
QueryImpl
Implementation of the
Query interface. |
Modifier and Type | Class and Description |
---|---|
class |
DistributedQueryImpl
Extension with slice locking policy.
|
Copyright © 2006–2017 Apache Software Foundation. All rights reserved.