Package | Description |
---|---|
org.apache.openjpa.datacache |
OpenJPA Data Cache
OpenJPA's data and query caching frameworks.
|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
This package provides a common OpenJPA runtime environment that can be
adapted for use with various data store mechanisms.
|
org.apache.openjpa.kernel.exps |
OpenJPA Expression Tree
|
org.apache.openjpa.persistence.meta |
OpenJPA MetaModel
This package provides an implementation of Metamodel API of JPA 2.0 Specification.
|
org.apache.openjpa.slice |
Extended OpenJPA Interfaces for distributed databases.
|
Modifier and Type | Method and Description |
---|---|
QueryContext |
QueryCacheStoreQuery.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
QueryCacheStoreQuery.setContext(QueryContext qctx) |
Modifier and Type | Interface and Description |
---|---|
interface |
Query
OpenJPA query interface.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingQuery
Delegating query that can also perform exception translation
for use in facades.
|
class |
QueryImpl
Implementation of the
Query interface. |
Modifier and Type | Field and Description |
---|---|
protected QueryContext |
AbstractStoreQuery.ctx |
Modifier and Type | Method and Description |
---|---|
QueryContext |
AbstractStoreQuery.getContext() |
QueryContext |
StoreQuery.getContext()
Return the query context that has been set.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractStoreQuery.setContext(QueryContext ctx) |
void |
StoreQuery.setContext(QueryContext ctx)
Set the current query context.
|
Modifier and Type | Method and Description |
---|---|
QueryContext |
Resolver.getQueryContext()
The
QueryContext for which this resolver was created |
Modifier and Type | Method and Description |
---|---|
QueryContext |
MetamodelImpl.getQueryContext() |
Modifier and Type | Class and Description |
---|---|
class |
DistributedQueryImpl
Extension with slice locking policy.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.