Package | Description |
---|---|
org.apache.openjpa.datacache |
OpenJPA Data Cache
|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
|
org.apache.openjpa.kernel.exps |
OpenJPA Expression Tree
|
org.apache.openjpa.persistence.meta |
OpenJPA MetaModel
|
org.apache.openjpa.slice |
Extended OpenJPA Interfaces for distributed databases.
|
org.apache.openjpa.slice.jdbc |
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
|
Modifier and Type | Method and Description |
---|---|
QueryContext |
QueryCacheStoreQuery.getContext() |
Modifier and Type | Method and Description |
---|---|
(package private) static QueryKey |
QueryKey.newInstance(QueryContext q,
boolean packed,
Map<Object,Object> args,
Class<?> candidate,
boolean subs,
long startIdx,
long endIdx,
Object parsed)
Return a key for the given query, or null if it is not cacheable.
|
(package private) static QueryKey |
QueryKey.newInstance(QueryContext q,
boolean packed,
Object[] args,
Class<?> candidate,
boolean subs,
long startIdx,
long endIdx,
Object parsed)
Return a key for the given query, or null if it is not cacheable.
|
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.
|
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
DistributedStoreQuery.ParallelExecutor.containsReplicated(QueryContext query)
Scans metadata to find out if a replicated class is the candidate.
|
(package private) boolean |
DistributedSQLStoreQuery.ParallelExecutor.containsReplicated(QueryContext query)
Scans metadata to find out if a replicated class is the candidate.
|
void |
DistributedStoreQuery.setContext(QueryContext ctx) |
void |
DistributedSQLStoreQuery.setContext(QueryContext ctx) |
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.